We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78a14d commit d451bafCopy full SHA for d451baf
showcase/react-showcase/vite.config.js
@@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react';
3
4
export default defineConfig(() => {
5
return {
6
- base: `/react-showcase/`,
+ base: '',
7
build: {
8
outDir: 'dist/react-showcase'
9
},
showcase/reactwind-showcase/vite.config.js
- base: `/reactwind-showcase/`,
outDir: 'dist/reactwind-showcase'
0 commit comments