We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024c9ef commit 8256e3aCopy full SHA for 8256e3a
1 file changed
vite.config.ts
@@ -4,4 +4,5 @@ import react from "@vitejs/plugin-react";
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
+ base: "./",
8
});
0 commit comments