mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-15 17:47:21 +00:00
fix(config): change port for images
This commit is contained in:
parent
10be581f86
commit
3424c50d53
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user