I've configured my site as per this guide and have i18n working for my pages:
https://docs.astro.build/en/recipes/i18n/
However, I've created a blog and wanted to route my EN blog pages to my FR ones. In ui.ts I tried adding a route (like in the routes section of the guide), but I get a 404. How can I route translated posts properly?