Could upload.staticURL
be an absolute URL?
#2001
finkinfridom
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As per code here and here the
staticURL
property is a segment of the final URL.This means that I cannot declare (in any way) a
distribution
URL (maybe behind CDN) where to make my media publicly available.For example, if I set the staticURL to https://my-media-dam.com the result will be
http://localhost:3000https://my-media-dam.com/my-media-1.jpg
instead ofhttps://my-media-dam.com/my-media-1.jpg
Beta Was this translation helpful? Give feedback.
All reactions