#NuxtContent
If you are using #NuxtContent and the #NuxtSEO module,
don't do this
`
import { z } from 'zod'
`
In the content.config.ts, the issue it seems like the `asSeoCollection` from the #NuxtSeo module won't create the types for some reason.
October 15, 2025 at 9:33 AM Everybody can reply
2 likes
If you are using #NuxtContent and the #NuxtSEO module,
don't do this
`
import { z } from 'zod'
`
In the content.config.ts, the issue it seems like the `asSeoCollection` from the #NuxtSeo module won't create the types for some reason.
October 15, 2025 at 9:33 AM Everybody can reply
2 likes
Looking for a straight forward guide on how to migrate your Nuxt content v2 to the new v3, that have changes like the `queryContent` to `queryCollection` or even the new Schema ? Currently working on a visual example and as well a step-by-step guide.

#vue #nuxt #nuxtcontent
May 12, 2025 at 7:10 AM Everybody can reply
Looking for a straight forward guide on how to migrate your Nuxt content v2 to the new v3, that have changes like the `queryContent` to `queryCollection` or even the new Schema ? Currently working on a visual example and as well a step-by-step guide.

#vue #nuxt #nuxtcontent
May 12, 2025 at 7:10 AM Everybody can reply
1 likes
Also, can I use NuxtContent only on a specific route of my project? How would I configure that?

If I want to have a static page for most things and a blog under /blog/* urls, is there a baseUrl I can give it?
February 12, 2025 at 7:22 AM Everybody can reply
1 likes
I really love the Nuxt Module Ecosystem, but I do not have a clear view of what NuxtContent actually does and the Landing Page does also not help.

Maybe someone of you can explain in one or two short sentences.

Is it file based? Why then SQLite? And why Queries? And what does git based mean?
February 12, 2025 at 7:18 AM Everybody can reply
2 likes
It's 100% that I'm missing something, really, I used to deploy VueJS + Laravel on DigitalOcean for the whole life and still don't know what Vercel actually is :)

But I think I followed the instructions, and I have a simple Nuxt+NuxtContent app, nothing fancy.

anyway, will figure it out!
January 30, 2025 at 5:25 PM Everybody can reply
1 likes
While working on the deployment of https://must-know-resources-for-programmers.giessen.dev, currently @nuxtSeo is not supported 100% yet for the #nuxtContent v3 to generate sitemaps or robot.txt
So created step to make it for me, the build bundle. #nuxt #vue #coolify #nuxtcontent
December 10, 2024 at 1:00 PM Everybody can reply
1 likes
I like personal websites and usually what I see a lot. It’s not too bad to get something rolling that uses markdown as the content.

I use NuxtContent for mine. Ideally since the posts are just markdown you can take that just about any where now

content.nuxt.com
Nuxt Content made easy for Vue Developers
Nuxt Content reads the content/ directory in your project, parses .md, .yml, .csv and .json files to create a powerful data layer for your application. Use Vue components in Markdown with the MDC synt...
content.nuxt.com
November 29, 2024 at 6:57 PM Everybody can reply
1 likes