From 9a598dfd2d6e318092f6088df6c85dc2a84b9382 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Thu, 30 Nov 2023 20:30:43 +0200 Subject: [PATCH] add /lh for ari-lt and /gh for TruncatedDinoSour Signed-off-by: Ari Archer --- netlify.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ce5c7c8..a96e948 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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