Skip to content

Commit 71e0775

Browse files
committed
fix: remove base config in vite config file
1 parent 8657666 commit 71e0775

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import react from '@vitejs/plugin-react-swc';
22
import {defineConfig} from 'vite';
3-
import svgr from 'vite-plugin-svgr';
3+
import svgr from 'vite-plugin-svgr'; // https://vitejs.dev/config/
44

55
// https://vitejs.dev/config/
66
export default defineConfig({
77
plugins: [react(), svgr()],
8-
base: './',
98
build: {
109
outDir: 'dist',
1110
},

0 commit comments

Comments
 (0)