From 4ea95ff592d7870fbc5c7c72e3b307f4fd8fe9ef Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Wed, 2 Feb 2022 10:54:00 -0500 Subject: [PATCH] Use instance URL on redirector config --- views/frontpage.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/frontpage.hbs b/views/frontpage.hbs index d7bd354..39a0752 100644 --- a/views/frontpage.hbs +++ b/views/frontpage.hbs @@ -47,7 +47,7 @@
  • Description: Imgur -> rimgo
  • Example URL: https://imgur.com/a/H8M4rcp
  • Include pattern: ^https?://(i|).?imgur.com(/.*)?$
  • -
  • Redirect to: https://{{domain}}$2
  • +
  • Redirect to: {{proto}}://{{domain}}$2
  • Pattern type: Regular Expression