From 20739a44988fb39080dbe625f050ec15413404fb Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 4 Dec 2019 13:14:58 -0500 Subject: [PATCH] update redirects b/c Netlify's nonsensical trailing slash behavior https://community.netlify.com/t/bug-in-non-trailing-slash-rewrite/452 --- netlify.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index 0499af86..2b578e86 100644 --- a/netlify.toml +++ b/netlify.toml @@ -49,19 +49,19 @@ status = 200 [[redirects]] from = "/scrabble/*" - to = "https://jakejarvis.github.io/scrabble/:splat" + to = "https://modest-jackson-d5516b.netlify.com/scrabble/:splat" status = 200 [[redirects]] from = "/comp20/*" - to = "https://jakejarvis.github.io/comp20/:splat" + to = "https://modest-jackson-d5516b.netlify.com/comp20/:splat" status = 200 [[redirects]] from = "/candies/*" - to = "https://jakejarvis.github.io/candies/:splat" + to = "https://modest-jackson-d5516b.netlify.com/candies/:splat" status = 200 [[redirects]] from = "/awesome/*" - to = "https://jakejarvis.github.io/synonyms-for-awesome/:splat" + to = "https://modest-jackson-d5516b.netlify.com/awesome/:splat" status = 200 # H A C K E R M A N ( ͡° ͜ʖ ͡°)