Skip to content

Commit

Permalink
Fix baseUrl on production
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartozzz committed Oct 7, 2018
1 parent 362d638 commit 4e1c8e0
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
@@ -0,0 +1,3 @@
module.exports = {
baseUrl: process.env.NODE_ENV === "production" ? "/crypto-news/" : "/"
};

0 comments on commit 4e1c8e0

Please sign in to comment.