mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
build(nuxt): update router base url
This commit is contained in:
@@ -6,7 +6,7 @@ const router =
|
|||||||
process.env.NODE_ENV === "production"
|
process.env.NODE_ENV === "production"
|
||||||
? {
|
? {
|
||||||
router: {
|
router: {
|
||||||
base: "/dark-mode/"
|
base: "/awesome-cheatsheets/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
: {};
|
: {};
|
||||||
|
|||||||
Reference in New Issue
Block a user