Can I use the remix middleware on a non root base path? #48
Answered
by
sergiodxa
afmelsaidy
asked this question in
Q&A
-
Can I mount the remix app on non-root base path?
|
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Sep 15, 2023
Replies: 1 comment
-
You can, but your Remix route needs start all paths with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
afmelsaidy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can, but your Remix route needs start all paths with
/dashboard
, otherwise the app will break because it doesn't know what route to use.