mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-22 10:08:54 +00:00
fix(config): change port for images
This commit is contained in:
parent
10be581f86
commit
3424c50d53
@ -35,7 +35,7 @@ module.exports = {
|
|||||||
baseUrl:
|
baseUrl:
|
||||||
process.env.NODE_ENV === "production"
|
process.env.NODE_ENV === "production"
|
||||||
? "https://lecoupa.github.io/awesome-cheatsheets/"
|
? "https://lecoupa.github.io/awesome-cheatsheets/"
|
||||||
: "http://localhost:3000"
|
: "http://localhost:2018"
|
||||||
},
|
},
|
||||||
|
|
||||||
css: ["normalize.css/normalize.css"],
|
css: ["normalize.css/normalize.css"],
|
||||||
|
Loading…
Reference in New Issue
Block a user