Replies: 2 comments 3 replies
-
same here. would love this feature. right now cname redirect seems like the way to go. its more like an alias. not as efficient as a A record though but should suffice. |
Beta Was this translation helpful? Give feedback.
-
I have not been able to find documentation on custom blob domains on vercel anywhere but here is my workaround: i created a route in my next app my primary issue was sending emails with photos and having a domain mismatch. This pattern was holding up a lot of my emails and getting me triggered in quarantine/spam/promotions. The solution is not perfect and it does add some additional requests to my server but it does also allow for a bit more granular access control systems as well. eg i can use auth js in this api route to lock files down on a per user basis. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hi,
I didn't find anything on how to use custom domains for linking to documents in Blob storage (I'd like to do my.custom.domain instead of the public.blob.vercel-storage part of the URL).
Is it possible to do this somehow? If not, are there plans for adding this in the future?
Thank you for your help!
Florian
PS.: v0 suggests
customDomain=my.custom.domain
but this does not exist inPutCommandOptions
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions