Is there an offical way to solve the translated url problems with SSG in Nextjs9.3? #13397
Unanswered
robertgirhiny
asked this question in
Help
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.
-
The page folder structure:
If the language is english the url should be:
/en/content/this-is-a-content
If the language is hungarian the url should be:
/hu/tartalom/ez-egy-tartalom
Any possibility to dynamically change the content folder name based on language in the export?
Yes, I know the content folder can dynamic [content], but same level there is another folder with same behavior. Which causes the following: "You cannot use different slug names for the same dynamic path"
In older version I can set the alias folders to the exportPathMap.
What are the options in the new version?
Beta Was this translation helpful? Give feedback.
All reactions