update @ Sun 20 Feb 02:31:32 EET 2022

Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
This commit is contained in:
Ari Archer 2022-02-20 02:31:32 +02:00
parent 6ddaa9d45b
commit 9da761d7b3

View file

@ -41,7 +41,6 @@
status = 301
force = true
# https://answers.netlify.com/t/how-do-i-do-cross-domain-redirects-to-github-repositories-from-netlify/52258/2?u=b00bleatea
[[redirects]]
from = "/git/*"
to = "https://github.com/TruncatedDinosour/website/:splat"
@ -49,8 +48,8 @@
force = true
[[redirects]]
from = "/dotfiles"
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned"
from = "/dotfiles/*"
to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/:splat"
status = 301
force = true
@ -61,8 +60,8 @@
force = true
[[redirects]]
from = "/overlay"
to = "https://github.com/TruncatedDinosour/dinolay"
from = "/overlay/*"
to = "https://github.com/TruncatedDinosour/dinolay/:splat"
status = 301
force = true