nurRiyad / nuxt-blog

🔥 Nuxt Blog is a personal blog site built with Nuxt3, Nuxt-Content V2 & Tailwind. Deployed in vercel
https://blog.nurriyad.xyz/
MIT License
247 stars 42 forks source link

Unnable to deploy on Cloudflare pages #68

Closed MAbarri closed 2 months ago

MAbarri commented 2 months ago

Your work is very clean and nice, great template to work with,

I am trying to deploy to cloudflare pages, the worker size results more than 1MBit

would you be able to minimize the project size to be deployable on cloudflare pages ? i removed every article and every image from the project and that seems not to be the problem, i think the dependencies are making the project heavier than it should be ?

Screenshot 2024-09-01 at 18 59 08

Thanks

nurRiyad commented 2 months ago

It's nuxt-og-image https://nuxtseo.com/nuxt-seo/guides/using-the-modules#keeping-workers-under-1mb

MAbarri commented 2 months ago

Thank you

I added in nuxt.config.ts the following :

ogImage: { enabled: false },

And it works like charm,

thanks