How to use a CDN URL for uploads in the admin panel? #10510
Answered
by
goodboyaloy
breathingcyborg
asked this question in
Q&A
-
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 I am aware of the Is there a way to make all image URLs in the admin panel use the CDN endpoint? |
Beta Was this translation helpful? Give feedback.
Answered by
goodboyaloy
Feb 3, 2025
Replies: 1 comment
-
You could use an env variable to store the CDN base endpoint. Collection config hooks:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
breathingcyborg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use an env variable to store the CDN base endpoint.
Collection config hooks: