diff --git a/nuxt.config.js b/nuxt.config.js index 25644fb..e21e97d 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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"],