RatsClan
Can I get a recipe for using @nuxt/content with layouts? I'm super confused.
As this isn't possible without document driven mode, and I'm using Options API, I opted for declaring it within the page's
defineNuxtComponent
instead, above where I query the head content...
33 replies
Can I get a recipe for using @nuxt/content with layouts? I'm super confused.
May I piggy back this to also ask how do I set a page's layout when using Nuxt Content with JSON files?
The docs for Layout binding only shows an example with Markdown/front-matter
https://content.nuxt.com/document-driven/introduction#layout-binding
Which I presumed would translate to the root of JSON, which unfortunately doesn't work:
content/grid.json
33 replies