Skip to content

Commit

Permalink
Add env blog host
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecrosk committed Mar 27, 2019
1 parent 875c735 commit 61befae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = function(environment) {

if (environment === 'production') {
// here you can enable a production-specific feature
ENV.blog.host = 'https://filipeb.dev';
}

return ENV;
Expand Down

0 comments on commit 61befae

Please sign in to comment.