From 236619449fef11dc2fb673c6de1af0630f8fa147 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Thu, 30 Nov 2023 20:39:09 +0200 Subject: [PATCH] fix redirects Signed-off-by: Ari Archer --- README.md | 13 +++++++------ netlify.toml | 14 +++++++------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5ad52fb..e26f91b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@

Website

- - - - + + + +

- - Netlify Status

+ + Netlify Status +

### [My website's](https://www.ari.lt/) source code. diff --git a/netlify.toml b/netlify.toml index a96e948..54849f6 100644 --- a/netlify.toml +++ b/netlify.toml @@ -49,43 +49,43 @@ [[redirects]] from = "/user" - to = "https://user.ari.lt/" + to = "https://us.ari.lt/" status = 301 force = true [[redirects]] from = "/git/*" - to = "https://github.com/TruncatedDinosour/website/:splat" + to = "/lh/ari.lt/:splat" status = 301 force = true [[redirects]] from = "/dotfiles/*" - to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/:splat" + to = "/gh/dotfiles-cleaned/:splat" status = 301 force = true [[redirects]] from = "/tdotfiles/*" - to = "https://github.com/TruncatedDinosour/dotfiles-termux/:splat" + to = "/gh/dotfiles-termux/:splat" status = 301 force = true [[redirects]] from = "/dotfile/:distro/*" - to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/tree/:distro/:splat" + to = "/gh/dotfiles-cleaned/tree/:distro/:splat" status = 301 force = true [[redirects]] from = "/overlay/*" - to = "https://github.com/TruncatedDinosour/dinolay/:splat" + to = "/gh/dinolay/:splat" status = 301 force = true [[redirects]] from = "/gentooatom/*" - to = "https://github.com/TruncatedDinosour/dinolay/tree/main/:splat" + to = "/gh/dinolay/tree/main/:splat" status = 301 force = true