URL Rewriting
#8921
Replies: 1 comment
-
You can do this with the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I'm using SvelteKit on CloudFlare Pages and I'm interested in rewriting all the URLs of the images hosted on the domain, to another domain. To be more clear, I want something like this:
source: '/images/:slug',
destination: 'https://anotherdomain.com/images/:slug*'
...and this rule to apply on the entire app.
How can I manage to do that?
Beta Was this translation helpful? Give feedback.
All reactions