From ed5eff22420813ddcbc9f0e8284ba45c397429c2 Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 2 Oct 2018 17:44:32 +0100 Subject: [PATCH] build(nuxt): update router base url --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index f83ae17..25644fb 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -6,7 +6,7 @@ const router = process.env.NODE_ENV === "production" ? { router: { - base: "/dark-mode/" + base: "/awesome-cheatsheets/" } } : {};