From 6ddaa9d45b56d2e7642e08cf3091f723aa627bcc Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sun, 20 Feb 2022 02:24:48 +0200 Subject: [PATCH] update @ Sun 20 Feb 02:24:48 EET 2022 Signed-off-by: Ari Archer --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 0d1d9d2..86954f0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -44,7 +44,7 @@ # 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/:splat" + to = "https://github.com/TruncatedDinosour/website/:splat" status = 301 force = true