Is it possible to upload an image to a Netlify blob and then assign it to a Netlify image? If so, are there any code samples that show how to do this with Netlify functions?
Thanks,
Becky
Is it possible to upload an image to a Netlify blob and then assign it to a Netlify image? If so, are there any code samples that show how to do this with Netlify functions?
Thanks,
Becky
This is not possible. Blobs won’t give you a permalink to the images that Netlify Images would need. The URLs generated by blobs would be valid only for a specific time, so the image URLs would have to be updated repeatedly.
Thanks for your reply. It seems you have to host images on server before they can be selected and served by netlify.