How to use a CDN URL for uploads in the admin panel? #10510
Unanswered
breathingcyborg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, the URLs for images or uploads in the admin panel look like this:
I want to replace this with a CDN URL instead of using
localhost
or the server endpoint.I am aware of the
adminThumbnail
option in the upload config, but it only updates the URL for the thumbnail. The original image and other variants still use the default URL format shown above.Is there a way to make all image URLs in the admin panel use the CDN endpoint?
Beta Was this translation helpful? Give feedback.
All reactions