mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
add /btc
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
e2848ef505
commit
ea5ba31918
3 changed files with 11 additions and 0 deletions
|
@ -40,6 +40,7 @@ const EXTRA_PAGES = [
|
|||
"/tdotfiles",
|
||||
"/git",
|
||||
"/user",
|
||||
"/btc",
|
||||
];
|
||||
|
||||
const DO_FETCH = true;
|
||||
|
|
|
@ -148,6 +148,12 @@
|
|||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/btc"
|
||||
to = "https://www.blockchain.com/explorer/addresses/btc/bc1qn3k75kmyvpw9sc58t63hk4ej4pc0d0w52tvj7w"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "/:page"
|
||||
to = "/page/:page"
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
<loc>https://ari-web.xyz/</loc>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://ari-web.xyz/btc</loc>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://ari-web.xyz/page/info</loc>
|
||||
<priority>0.99</priority>
|
||||
|
|
Loading…
Add table
Reference in a new issue