1 parent c7753c5 commit e9e0178Copy full SHA for e9e0178
1 file changed
vite.config.ts
@@ -5,5 +5,5 @@ import react from '@vitejs/plugin-react-swc'
5
export default defineConfig({
6
plugins: [react()],
7
publicDir: 'public',
8
- base: "/NOTED/"
+ base: "/"
9
})
0 commit comments