Skip to content

Commit

Permalink
change public path
Browse files Browse the repository at this point in the history
  • Loading branch information
i-break-codes committed May 9, 2020
1 parent 4c3cad1 commit f7fda96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ module.exports = {
return p;
});
},
publicPath: process.env.NODE_ENV === 'production'
? '/fuze/'
: '/',
};

0 comments on commit f7fda96

Please sign in to comment.