nuxt / image

Plug-and-play image optimization for Nuxt applications.
https://image.nuxt.com
MIT License
1.35k stars 270 forks source link

nuxt3 with cloudflare images not showing up in production. #611

Open ricky11 opened 2 years ago

ricky11 commented 2 years ago

The docs say i can keep them in assets/image and change the config in nuxt.config by

image: { dir: 'assets/images', }

this works locally in dev mode.

But when deploying to cloudflare pages, the images are not displayed (cloudflare runs npm generate) for static hosting.

But another part of the docs say to deploy them to /public folder..

I have tried both and when deployed images are not showing up when deployed.

jimhlad commented 2 years ago

@ricky11 This may be happening because static image generation is not supported yet: #548