Some posts might not have secondary language translation.
I can implement my own getStaticPaths in [...blog].astro just fine. But when I include astro-i18n-aut, getStaticPaths doesn't run anymore (as noted in the doc, I guess).
Just wondering if you have any recommendation for this use case? Is there something I could adjust to get this to work? Thanks!
I use this mainly so that pages in
src/pages
would be generated automatically for each language.In my
content/blog
folder, I'd like to have the following structure:This is so that
I can implement my own
getStaticPaths
in[...blog].astro
just fine. But when I includeastro-i18n-aut
,getStaticPaths
doesn't run anymore (as noted in the doc, I guess).Just wondering if you have any recommendation for this use case? Is there something I could adjust to get this to work? Thanks!