I was recently playing with v0 and passed it some images to see how it would respond. To my delight, it apparently uploaded them to blob storage and placed them within the feature I was working with effortlessly - very cool!
I’m now attempting to figure out where I can actually find these images and am having trouble locating them. I have checked the “Storage” tab under all of my Vercel projects on both my Pro and personal teams.
I have attempted navigating to the front portion of the URL ([string].public.blob.vercel-storage.com) to which the page just responds “Blob not found”.
Any ideas on where/how I could go about managing the blob storage where these images have been uploaded?
I deployed it from within v0 which created something like a temp project within my Vercel project space and then I dropped the code into a local repo. I pushed my local repo to main which deployed that to Production and have had 0 issues.
I’m going to delete the temp project deployments generated by v0 in my Vercel Overview tab and see if the images still work. Maybe they are somehow stored in some kind of temp store that only lasts as long as the v0 temp project does.
Edit to add: Temp project deploys have been deleted from Vercel account. Images are still working fine with blob storage URLs generated by v0.