1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-01 20:30:48 +00:00

build(nuxt): update router base url

This commit is contained in:
Julien 2018-10-02 17:44:32 +01:00
parent 49c5c9a0e3
commit ed5eff2242

View File

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