Nuxt content render the layout twice
I was trying to render an .md article with a vue layout. but the layout is rendered twice. one inside another.
I am using the following layout:
Automatically prepend image URLs in Nuxt Content
With Nuxt Content v2, is there a reasonable way to provide front-matter data in markdown documents to components used inside the markdown without passing it as explicit props?