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 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