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.
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
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.
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.
Latest deployment from must-know-resources-for-programmers.giessen.dev/tags/general... now all the resources should have an image for the cards.
#vue #nuxt #nuxtcontent #nuxtcontent #buildinpublic #opensource
#vue #nuxt #nuxtcontent #nuxtcontent #buildinpublic #opensource
️ General Tools | Must Know Resources for Programmers by Giessen Dev
A comprehensive collection of essential resources, tools, and guides for programmers and developers at all skill levels.
must-know-resources-for-programmers.giessen.dev
December 11, 2024 at 10:51 AM
Latest deployment from must-know-resources-for-programmers.giessen.dev/tags/general... now all the resources should have an image for the cards.
#vue #nuxt #nuxtcontent #nuxtcontent #buildinpublic #opensource
#vue #nuxt #nuxtcontent #nuxtcontent #buildinpublic #opensource
Just move the must-know-resources-for-programmers.giessen.dev from Vercel to #coolify now :D.
This is an experiment with the @nuxtlabs.com #nuxtcontent V3 , is early and some modules for SEO are not there yet so
manual steps need to be taken.
#buildinpublic #vue #nuxt #nuxtseo
This is an experiment with the @nuxtlabs.com #nuxtcontent V3 , is early and some modules for SEO are not there yet so
manual steps need to be taken.
#buildinpublic #vue #nuxt #nuxtseo
Must Know Resources for Programmers by Giessen Dev
Discover essential programming resources, tutorials, tools, and guides for developers of all levels.
must-know-resources-for-programmers.giessen.dev
December 10, 2024 at 12:52 PM
Just move the must-know-resources-for-programmers.giessen.dev from Vercel to #coolify now :D.
This is an experiment with the @nuxtlabs.com #nuxtcontent V3 , is early and some modules for SEO are not there yet so
manual steps need to be taken.
#buildinpublic #vue #nuxt #nuxtseo
This is an experiment with the @nuxtlabs.com #nuxtcontent V3 , is early and some modules for SEO are not there yet so
manual steps need to be taken.
#buildinpublic #vue #nuxt #nuxtseo
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
So created step to make it for me, the build bundle. #nuxt #vue #coolify #nuxtcontent
December 10, 2024 at 1:00 PM
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
So created step to make it for me, the build bundle. #nuxt #vue #coolify #nuxtcontent
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!
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
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!
But I think I followed the instructions, and I have a simple Nuxt+NuxtContent app, nothing fancy.
anyway, will figure it out!
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.
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
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.
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.
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
#vue #nuxt #nuxtcontent
May 12, 2025 at 7:10 AM
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
#vue #nuxt #nuxtcontent
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?
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
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?
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?
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?
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
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?
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?
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
#vue #nuxt #nuxtcontent
May 12, 2025 at 7:10 AM
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
#vue #nuxt #nuxtcontent
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
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
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
I use NuxtContent for mine. Ideally since the posts are just markdown you can take that just about any where now
content.nuxt.com