1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 12:36:20 -04:00

update redirects b/c Netlify's nonsensical trailing slash behavior

https://community.netlify.com/t/bug-in-non-trailing-slash-rewrite/452
This commit is contained in:
Jake Jarvis 2019-12-04 13:14:58 -05:00
parent 552b62f571
commit 20739a4498
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -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 ( ͡° ͜ʖ ͡°)