#Expected "slug" to match "[^\/#\?]+?", but got "en/first"

2 messages · Page 1 of 1 (latest)

trim violet
#

I use astro-i18n-aut to translate my website. My task is to display blog posts using content collection. By default the post slug is /blog/<locale>/post, but this causes a 404 error. I need the post links to look like this - /<locale>/blog/post

#

this is my blog/index markup