Open DavithkbY opened 2 months ago
Is it broken in 0.5.0
? I wonder if the latest patch broke it
Is it broken in
0.5.0
? I wonder if the latest patch broke it
It's broken in 0.5.0 and also 0.5.1
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.