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
But now when querying /about inside the index.vue page the resulting body has just the content-doc as an element, not the elements in the referenced index.md. Is it somehow possible to 'pre-query' and render nested ContentDoc components?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I was just trying to nest some Markdown files inside Markdown files like in the following example:
https://stackblitz.com/edit/github-wm1fe1-6utfdi?file=pages/index.vue
But now when querying
/about
inside theindex.vue
page the resulting body has just thecontent-doc
as an element, not the elements in the referencedindex.md
. Is it somehow possible to 'pre-query' and render nestedContentDoc
components?Beta Was this translation helpful? Give feedback.
All reactions