peoray
Explore posts from serversNuxt Content: How do I get the page to render via the slug set as a frontmatter property?
@kapa.ai explain
const { data } = await useAsyncData(
content-${path}, () => queryContent().where({ slug: path.split('/').pop() }).findOne())
what does the content-path mean exactly21 replies