We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1130ade commit 5e7de86Copy full SHA for 5e7de86
vite.config.js
@@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react-swc'
3
4
// https://vite.dev/config/
5
export default defineConfig({
6
+ base: './',
7
plugins: [react()],
8
})
0 commit comments