Replies: 1 comment
-
|
I'm not sure if I fully understand the question, but you can surely add your own redirects on top. See e.g. the example for adding additional rewrites on top. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I wonder how one goes about this;
The default language of my website is "EN", I want a redirect from
/page-1to/nl/page-1, my component is inside my page, however the default middleware of next-intl routes my/page-1to/en/page-1(the default config).How does one deal with the next-intl middleware and redirects (coming from a CMS system?)
Beta Was this translation helpful? Give feedback.
All reactions