Skip to content

Commit bc6dff7

Browse files
committed
fix: update vite config base path
1 parent 71e0775 commit bc6dff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import svgr from 'vite-plugin-svgr'; // https://vitejs.dev/config/
55
// https://vitejs.dev/config/
66
export default defineConfig({
77
plugins: [react(), svgr()],
8+
base: './',
89
build: {
910
outDir: 'dist',
1011
},

0 commit comments

Comments
 (0)