Matchers static generation #8930
Unanswered
benjaminpreiss
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey community! Was wondering whether matchers https://kit.svelte.dev/docs/advanced-routing#matching also work with static generation (for example via adapter-static)...
Let's say we would for example have pages with the path /[locale]/path/+page.svelte.
Could I match locale with certain locales (e.g. "en" and "de") and get the following static paths (granted these pages are prerendered):
Would be grateful for some insight :)
Beta Was this translation helpful? Give feedback.
All reactions