Skip to content

Commit

Permalink
Edit vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
caohongqing committed May 16, 2019
1 parent e6def64 commit 20e0692
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
@@ -1,5 +1,5 @@
module.exports = {
publicPath: process.env.NODE_ENV === "production" ? "/GitDataV" : "/",
publicPath: process.env.NODE_ENV === "production" ? "/GitDataV/" : "/",
devServer: {
port: 8080,
proxy: {
Expand Down

0 comments on commit 20e0692

Please sign in to comment.