Nuxt generate dynamic routes with payload for multi-lang page with storyblok as cms #1345
Unanswered
katerlouis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering how you would do dynamic route generation as suggested here for multiple languages.
Let's say we use prefix_except_default strategy, could we streamline the process somehow, or would we manually loop through all locales in the
routes()
function and add the locale-prefix to theroute:
by hand? And also be aware to ditch the prefix for the default locale by hand aswell?Beta Was this translation helpful? Give feedback.
All reactions