fix redirects

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-11-30 20:39:09 +02:00
parent 9a598dfd2d
commit 236619449f
2 changed files with 14 additions and 13 deletions

View file

@ -1,15 +1,16 @@
<h1 align="center">Website</h1> <h1 align="center">Website</h1>
<p align="center"> <p align="center">
<img src="https://img.shields.io/github/last-commit/TruncatedDinosour/website?color=red&style=flat-square"> <img src="https://img.shields.io/github/last-commit/ari-lt/website?color=red&style=flat-square">
<img src="https://img.shields.io/github/repo-size/TruncatedDinosour/website?color=red&style=flat-square"> <img src="https://img.shields.io/github/repo-size/ari-lt/website?color=red&style=flat-square">
<img src="https://img.shields.io/github/issues/TruncatedDinosour/website?color=red&style=flat-square"> <img src="https://img.shields.io/github/issues/ari-lt/website?color=red&style=flat-square">
<img src="https://img.shields.io/github/stars/TruncatedDinosour/website?color=red&style=flat-square"> <img src="https://img.shields.io/github/stars/ari-lt/website?color=red&style=flat-square">
</p> </p>
<p align="center"> <p align="center">
<a href="https://app.netlify.com/sites/ari-web/deploys"> <a href="https://app.netlify.com/sites/ari-lt/deploys">
<img alt="Netlify Status" src="https://api.netlify.com/api/v1/badges/4ac67547-6444-4c67-9a54-c7f8fb28427b/deploy-status"/> </a> </p> <img alt="Netlify Status" src="https://api.netlify.com/api/v1/badges/d82361d9-c471-41d0-ba9b-b5fbe07ca843/deploy-status" /> </a>
</p>
### [My website's](https://www.ari.lt/) source code. ### [My website's](https://www.ari.lt/) source code.

View file

@ -49,43 +49,43 @@
[[redirects]] [[redirects]]
from = "/user" from = "/user"
to = "https://user.ari.lt/" to = "https://us.ari.lt/"
status = 301 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/git/*" from = "/git/*"
to = "https://github.com/TruncatedDinosour/website/:splat" to = "/lh/ari.lt/:splat"
status = 301 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/dotfiles/*" from = "/dotfiles/*"
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/:splat" to = "/gh/dotfiles-cleaned/:splat"
status = 301 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/tdotfiles/*" from = "/tdotfiles/*"
to = "https://github.com/TruncatedDinosour/dotfiles-termux/:splat" to = "/gh/dotfiles-termux/:splat"
status = 301 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/dotfile/:distro/*" from = "/dotfile/:distro/*"
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/tree/:distro/:splat" to = "/gh/dotfiles-cleaned/tree/:distro/:splat"
status = 301 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/overlay/*" from = "/overlay/*"
to = "https://github.com/TruncatedDinosour/dinolay/:splat" to = "/gh/dinolay/:splat"
status = 301 status = 301
force = true force = true
[[redirects]] [[redirects]]
from = "/gentooatom/*" from = "/gentooatom/*"
to = "https://github.com/TruncatedDinosour/dinolay/tree/main/:splat" to = "/gh/dinolay/tree/main/:splat"
status = 301 status = 301
force = true force = true