From 9da761d7b34028e88beeed6ac3b986532e9369bf Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Sun, 20 Feb 2022 02:31:32 +0200 Subject: [PATCH] update @ Sun 20 Feb 02:31:32 EET 2022 Signed-off-by: Ari Archer --- netlify.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/netlify.toml b/netlify.toml index 86954f0..5eb5481 100644 --- a/netlify.toml +++ b/netlify.toml @@ -41,7 +41,6 @@ status = 301 force = true -# 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/website/:splat" @@ -49,8 +48,8 @@ force = true [[redirects]] - from = "/dotfiles" - to = "https://github.com/TruncatedDinosour/dotfiles-cleaned" + from = "/dotfiles/*" + to = "https://github.com/TruncatedDinosour/dotfiles-cleaned/:splat" status = 301 force = true @@ -61,8 +60,8 @@ force = true [[redirects]] - from = "/overlay" - to = "https://github.com/TruncatedDinosour/dinolay" + from = "/overlay/*" + to = "https://github.com/TruncatedDinosour/dinolay/:splat" status = 301 force = true