mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
fix redirects
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
9a598dfd2d
commit
236619449f
2 changed files with 14 additions and 13 deletions
13
README.md
13
README.md
|
@ -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.
|
||||||
|
|
||||||
|
|
14
netlify.toml
14
netlify.toml
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue