Skip to content

Commit

Permalink
fix: modify public path to domain root path
Browse files Browse the repository at this point in the history
Signed-off-by: Zhouqi Jiang <[email protected]>
  • Loading branch information
luojia65 committed Dec 26, 2024
1 parent b2d19c8 commit 00dc5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ module.exports = {
port:8087,
proxy: 'http://localhost:8888',
},
publicPath: '/website/' // publicPath应与仓库名称相同
publicPath: '/' // publicPath应与仓库名称相同
}

0 comments on commit 00dc5fe

Please sign in to comment.