Merge pull request 'L: Fix Redirector config.' (#33) from artemislena/rimgo:main into main
Reviewed-on: https://codeberg.org/video-prize-ranch/rimgo/pulls/33
This commit is contained in:
commit
136631b7b6
|
@ -57,7 +57,7 @@
|
|||
<li>Description: Imgur -> rimgo</li>
|
||||
<li>Example URL: https://imgur.com/a/H8M4rcp</li>
|
||||
<li>Include pattern: <code>^https?://i?.?imgur.com(/.*)?$</code></li>
|
||||
<li>Redirect to: <code>{{proto}}://{{domain}}$2</code></li>
|
||||
<li>Redirect to: <code>{{proto}}://{{domain}}$1</code></li>
|
||||
<li>Pattern type: Regular Expression</li>
|
||||
</ul>
|
||||
</details>
|
||||
|
@ -66,4 +66,4 @@
|
|||
{{> partials/footer }}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue