build(nuxt): update router base url

This commit is contained in:
Julien 2018-10-02 17:44:32 +01:00
parent 49c5c9a0e3
commit ed5eff2242
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const router =
process.env.NODE_ENV === "production"
? {
router: {
base: "/dark-mode/"
base: "/awesome-cheatsheets/"
}
}
: {};