mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01:35 +00:00
fix(config): change port for images
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user