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