How do you change the base? #1991
Unanswered
Kurohyou
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the documentation, to change the base route for a project, I should just be able to pass a history property on the object passed to
createRouter
. Like so:However, this is not working in my project using CRXJS. The base URL (e.g. what triggers the HomeView) is not my actual BASE_URL.
Beta Was this translation helpful? Give feedback.
All reactions