add /lh for ari-lt and /gh for TruncatedDinoSour

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-11-30 20:30:43 +02:00
parent 2160ced376
commit 9a598dfd2d

View file

@ -92,7 +92,13 @@
# https://answers.netlify.com/t/how-do-i-do-cross-domain-redirects-to-github-repositories-from-netlify/52258/2?u=b00bleatea
[[redirects]]
from = "/gh/*"
to = "https://github.com/TruncatedDinosour/:splat"
to = "https://github.com/TruncatedDinoSour/:splat"
status = 301
force = true
[[redirects]]
from = "/lh/*"
to = "https://github.com/ari-lt/:splat"
status = 301
force = true