Skip to content

Commit e2d57d4

Browse files
committed
修改vite.config.js
1 parent e8f2896 commit e2d57d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig(({ mode }) => {
1515
const proxyServer = env.VITE_PROXY_SERVER
1616
const appTitle = env.VITE_APP_TITLE
1717
return {
18-
root: 'vue-tag-view',
18+
base: 'vue-tag-view',
1919
plugins: [
2020
vue(),
2121
AutoImport({

0 commit comments

Comments
 (0)