mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 14:01: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"
|
||||
? {
|
||||
router: {
|
||||
base: "/dark-mode/"
|
||||
base: "/awesome-cheatsheets/"
|
||||
}
|
||||
}
|
||||
: {};
|
||||
|
||||
Reference in New Issue
Block a user