Skip to content

Commit

Permalink
[revert] : baseURL
Browse files Browse the repository at this point in the history
  • Loading branch information
mirumirumi committed Feb 13, 2022
1 parent d2793fb commit d3c18a6
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"
? "https://mirumi.me/apps/yourcat/"
? "/apps/yourcat/"
: "/",
};

0 comments on commit d3c18a6

Please sign in to comment.