From 6c95c2f16fce42293d2c54661269e4c13cc2f93f Mon Sep 17 00:00:00 2001 From: artemislena Date: Tue, 7 Jun 2022 14:21:32 +0200 Subject: [PATCH] L: Fix Redirector config. --- views/frontpage.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/frontpage.hbs b/views/frontpage.hbs index befdcf8..a512a54 100644 --- a/views/frontpage.hbs +++ b/views/frontpage.hbs @@ -57,7 +57,7 @@
  • Description: Imgur -> rimgo
  • Example URL: https://imgur.com/a/H8M4rcp
  • Include pattern: ^https?://i?.?imgur.com(/.*)?$
  • -
  • Redirect to: {{proto}}://{{domain}}$2
  • +
  • Redirect to: {{proto}}://{{domain}}$1
  • Pattern type: Regular Expression
  • @@ -66,4 +66,4 @@ {{> partials/footer }} - \ No newline at end of file +