You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: