Replies: 1 comment
-
#653 has the latest information regarding this! |
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
-
The app I'm working on is a multitenant app, with the following structure in the pages folder
pages
And I have the following middleware.ts in place
I tried modifying the structure to
pages
and the middleware to
The issue I'm facing while composing the middleware is that the
createIntlMiddleware
function adds the locale before /sites/:slug.I'm wondering if this behaviour can be modified in anyway.
Beta Was this translation helpful? Give feedback.
All reactions