We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f2896 commit e2d57d4Copy full SHA for e2d57d4
1 file changed
vite.config.js
@@ -15,7 +15,7 @@ export default defineConfig(({ mode }) => {
15
const proxyServer = env.VITE_PROXY_SERVER
16
const appTitle = env.VITE_APP_TITLE
17
return {
18
- root: 'vue-tag-view',
+ base: 'vue-tag-view',
19
plugins: [
20
vue(),
21
AutoImport({
0 commit comments