Closed cayter closed 11 months ago
Hi! Didn't know about this option i'll look at it What does it do ?
https://content.nuxtjs.org/guide/writing/document-driven
I am not very sure what this implies as I'm trying to co-locate my app (in pages
folder) and its docs (in content
folder) in the same Nuxt app. Is this a bad idea?
I just started digging into NuxtJS more seriously since yesterday after finding it much more complete as compared with React's BYOS which could help me ship faster.
Sorry for the late response, I have a fix, it will be published on 3.5.0
Fixed in v3.5.0
Describe the bug NuxtLink no longer type-safe after
content.documentDriven
is configured.Expected behavior NuxtLink should still be type-safe after
content.documentDriven
is configured. It seems bothuseContent()
anduseRouter().getRoutes()
can be used to generate the route types.Environnement infos
Your nuxt.config.ts