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 8700663 commit cdd722cCopy full SHA for cdd722c
vite.config.js
@@ -10,6 +10,7 @@ export default defineConfig(({ mode }) => {
10
11
return {
12
plugins: [vue()],
13
+ base: './',
14
css: {
15
postcss: {
16
plugins: [
0 commit comments