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 71e0775 commit bc6dff7Copy full SHA for bc6dff7
vite.config.ts
@@ -5,6 +5,7 @@ import svgr from 'vite-plugin-svgr'; // https://vitejs.dev/config/
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
plugins: [react(), svgr()],
8
+ base: './',
9
build: {
10
outDir: 'dist',
11
},
0 commit comments