Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-08-31 10:58:43 +03:00
parent e2848ef505
commit ea5ba31918
3 changed files with 11 additions and 0 deletions

View file

@ -40,6 +40,7 @@ const EXTRA_PAGES = [
"/tdotfiles",
"/git",
"/user",
"/btc",
];
const DO_FETCH = true;

View file

@ -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"

View file

@ -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>