fix(config): change port for images

This commit is contained in:
Julien Le Coupanec 2019-05-17 11:34:14 +02:00
parent 10be581f86
commit 3424c50d53
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ module.exports = {
baseUrl:
process.env.NODE_ENV === "production"
? "https://lecoupa.github.io/awesome-cheatsheets/"
: "http://localhost:3000"
: "http://localhost:2018"
},
css: ["normalize.css/normalize.css"],