Export single locale with different path #1691
Unanswered
ezitisitis
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think for a purely static export this might be challenging. If it's an option for you, I'd really recommend a middleware in this case, potentially also with a separate deployment per domain. Your pages can still render statically and middleware invocation is typically cheap. |
Beta Was this translation helpful? Give feedback.
2 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’m trying to use single codebase for two domains using “export” and putting generated code in S3.
my website exists on two domains:
Is it possible to configure next-intl or execute some commands after the export to have example.lv only with one locale and without locale in url?
Beta Was this translation helpful? Give feedback.
All reactions