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 1f960eb commit b662067Copy full SHA for b662067
docs/vite.config.js
@@ -9,6 +9,7 @@ export default defineConfig(({ command, mode }) => {
9
const isProduction = mode === 'production'
10
11
return {
12
+ base: '',
13
css: {
14
postcss: {
15
plugins: [
0 commit comments