Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Dec 14, 2020
1 parent 49fad96 commit f7dea70
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 @@ -48,7 +48,7 @@ module.exports = {
outputDir: 'Kvue',
productionSourceMap: false,
assetsDir: 'assets',
publicPath: process.env.NODE_ENV === 'production' ? './Kvue' : '/',
publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
devServer: {
open: true,
overlay: {
Expand Down

0 comments on commit f7dea70

Please sign in to comment.