marcob896
marcob896
Hi, I think I spotted the root cause: I use the i18n Astro official integrations with `prefixDefaultLocale = true`, that's the problem. This my astro config: ```js import { defineConfig...
> in astro 4.6, you can use the "manual" i18n routing strategy, and add your own middleware: https://docs.astro.build/en/guides/internationalization/#manual That's great, so many thanks. It seems to work with the following...
@ascorbic is there anything I can do here?