From 3424c50d53d75219ac6f381d05f86872d8ce5f5a Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Fri, 17 May 2019 11:34:14 +0200 Subject: [PATCH] fix(config): change port for images --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],