We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4182beb commit ce4a50eCopy full SHA for ce4a50e
1 file changed
vite.config.js
@@ -1,7 +1,7 @@
1
import { defineConfig } from "vite"
2
import react from "@vitejs/plugin-react"
3
4
-// https://vite.dev/config/
+// https://vitejs.dev/config/
5
export default defineConfig({
6
base: "/anagram/",
7
plugins: [react()],
0 commit comments