mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-22 10:08:54 +00:00
build(nuxt): update router base url
This commit is contained in:
parent
49c5c9a0e3
commit
ed5eff2242
@ -6,7 +6,7 @@ const router =
|
||||
process.env.NODE_ENV === "production"
|
||||
? {
|
||||
router: {
|
||||
base: "/dark-mode/"
|
||||
base: "/awesome-cheatsheets/"
|
||||
}
|
||||
}
|
||||
: {};
|
||||
|
Loading…
Reference in New Issue
Block a user