peoray
peoray
Explore posts from servers
NNuxt
Created by peoray on 1/8/2025 in #❓・help
Nuxt Content: How do I get the page to render via the slug set as a frontmatter property?
where is the article.value coming from
21 replies
NNuxt
Created by peoray on 1/8/2025 in #❓・help
Nuxt Content: How do I get the page to render via the slug set as a frontmatter property?
@kapa.ai how do I make sure that the seo title and description is comig from the frontmatter
21 replies
NNuxt
Created by peoray on 1/8/2025 in #❓・help
Nuxt 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 exactly
21 replies
NNuxt
Created by peoray on 1/8/2025 in #❓・help
Nuxt Content: How do I get the page to render via the slug set as a frontmatter property?
@kapa.ai this doesn't work. are you sure I have to have the content Driven set to true. Also how does it tell if that I want the content shown to be the one with the slug in the frontmatter
21 replies
NNuxt
Created by grishma on 4/9/2024 in #❓・help
When I install my nuxt module, the devtools doesn't show up anymore. How can I fix this?
did you resolve this?
7 replies