Skip to content

Instantly share code, notes, and snippets.

@mklasen
Created February 18, 2021 09:41
Show Gist options
  • Save mklasen/af1ec7b519ba9985d2aa6d3f199f401e to your computer and use it in GitHub Desktop.
Save mklasen/af1ec7b519ba9985d2aa6d3f199f401e to your computer and use it in GitHub Desktop.
Kinsta Redirect rules for unsplash
^/wp-content/uploads/(.*)-([0-9]+)x([0-9]+).(gif|jpe?g|png|bmp)$
https://source.unsplash.com/random/$2x$3
^/wp-content/uploads/(.*).(gif|jpe?g|png|bmp)$
https://source.unsplash.com/random/600x600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment