Skip to content

Commit

Permalink
[fix] : publicPath
Browse files Browse the repository at this point in the history
  • Loading branch information
mirumirumi committed Nov 21, 2021
1 parent 9602b60 commit 593d8d1
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 @@ -7,6 +7,6 @@ module.exports = {
},
},
publicPath: process.env.NODE_ENV === "prd"
? "/apps/"
? "/apps/yourcat/"
: "/",
};

0 comments on commit 593d8d1

Please sign in to comment.