Replies: 1 comment
-
@imphil Did you find a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a RSS feed for my nuxt-content powered page.
This is roughly how it looks now:
blogPost
looks (expectedly) something like this:I now want to get the contents of
body
as rendered HTML to be able to insert it into my RSS feed, i.e. I want to programmatically do what<ContentSlot>
would do.How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions