-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am trying to get NuxtImg going with CloudFlare images. https://image.nuxt.com/providers/cloudflare #1546
Comments
### ### More as example an to example prove to myself: prove myself with respect: Not Working: https://nuxtimgtest.pages.dev/cdn-cgi/image/7mnVjFJmJT6C1-RIIlFtQg/cf0cac91-0a0e-4c86-c376-60597e37e700/public |
Thanks for pointing this out again. This needs to be cleared up. I searched about this for 2 days and I gave up. Hopefully someone knows. Cloudflare's docs aren't good. It's says you need to create a namespace, connect domain or something. I was so lost. |
I found certain sections challenging to follow, which may impact the ease of implementation for users. Specifically, it seems that some concepts and instructions could benefit from further elaboration or examples. Improving the clarity and structure would greatly enhance the user experience and reduce potential confusion. |
https://image.nuxt.com/providers/cloudflare |
hey did you find a solution on this? i spent my whole day to find a way to make it work, nothing worked |
Hi, I am trying to get NuxtImg going with CloudFlare images. https://image.nuxt.com/providers/cloudflare
It says on the docs about baseURL
Your deployment's domain (zone).
meaning I have to connect my website domain to CloudFlare, like zones?I am using Vercel's automatically assigned domain name for now. It is not possible to change DNS afaik. So does it mean I can't test my website on local or just dev environment?
Or is it just
https://imagedelivery.net/<account_id>
? Even if I do this, for some reason, the image url becomes: /https://imagedeliver... It adds a '/'.Also on docs, it shows only the image name as src:
src="/burger.jpeg"
, does it mean this part: /<account_id>/<image_id>/public`?Is there an example?
If possible, and if this gets resolved I want to open a PR for docs.
Originally posted by @onurusluca in #1491
The text was updated successfully, but these errors were encountered: