I'd like to use @nuxt/content to make JSON data files available for generating pages, but it's routing seems to interfere with nuxt-ionic. I tried to disable nuxt-ionic routing via the nuxt.config.js file so I could use the default nuxt routing but that seems to keep all routing from working(?).
đ The bug
I'd like to use
@nuxt/content
to make JSON data files available for generating pages, but it's routing seems to interfere withnuxt-ionic
. I tried to disablenuxt-ionic
routing via thenuxt.config.js
file so I could use the default nuxt routing but that seems to keep all routing from working(?).đ ī¸ To reproduce
https://stackblitz.com/edit/github-j5iats?file=nuxt.config.ts,pages%2Ftabs.vue
đ Expected behaviour
It would be great if these packages worked together.
âšī¸ Additional context
No response