Hi there! I'd like my generated routes to be:
/
/:category
/:category/:slug
/en/
/en/:category
/en/:category/:slug
The problem is that :category overrides /en, so when I visit "http://localhost:3000/en" the _category.vue is used instead of index.vue. It seems logical afterwards...but how can I avoid this? What should be my pages folder structure to achieve the result above ? (Nuxt i18n example shows only static routes config) Thx
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1690">#c1690</a>)</em></sub></div>