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/" } } : {};