mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
add /lh for ari-lt and /gh for TruncatedDinoSour
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
2160ced376
commit
9a598dfd2d
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue