Problem with index.vue in parent folder with NuxtI18n
I’ve problem with index.vue
file when it is placed in another folder in /pages
in my Nuxt 3 app. When I try to go to /wydarzenia
I get 404, only /events
works. The same is with events/special.vue
– events/special
works fine, but /wydarzenia/specjalne
doesn’t work (404). The problem is only when there is another folder in /pages
, e.g. about.vue
works fine in every language.