You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Furthermore, it will build the files in the right directory ex dist/nl/index.html and dist/fr/index.html but it will still build with getLocale() set to English. Making the pages all in English.
The getLocale() is broken on the index.astro when using strategy: "prefix",
Astro config:
routes/index.astro :
result when navigation to /nl :
as you can see it's showing the locale as 'en' in the frontend, but it should be 'nl'.
when using strategy: "prefixExceptDefault" it does work as intended.
The text was updated successfully, but these errors were encountered: