mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Sun 20 Feb 02:31:32 EET 2022
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
This commit is contained in:
parent
6ddaa9d45b
commit
9da761d7b3
1 changed files with 4 additions and 5 deletions
|
@ -41,7 +41,6 @@
|
||||||
status = 301
|
status = 301
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
# https://answers.netlify.com/t/how-do-i-do-cross-domain-redirects-to-github-repositories-from-netlify/52258/2?u=b00bleatea
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/git/*"
|
from = "/git/*"
|
||||||
to = "https://github.com/TruncatedDinosour/website/:splat"
|
to = "https://github.com/TruncatedDinosour/website/:splat"
|
||||||
|
@ -49,8 +48,8 @@
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/dotfiles"
|
from = "/dotfiles/*"
|
||||||
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned"
|
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/:splat"
|
||||||
status = 301
|
status = 301
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
|
@ -61,8 +60,8 @@
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/overlay"
|
from = "/overlay/*"
|
||||||
to = "https://github.com/TruncatedDinosour/dinolay"
|
to = "https://github.com/TruncatedDinosour/dinolay/:splat"
|
||||||
status = 301
|
status = 301
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue