1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 00:21:16 -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:
2019-12-04 13:14:58 -05:00
parent 552b62f571
commit 20739a4498

View File

@@ -49,19 +49,19 @@
status = 200 status = 200
[[redirects]] [[redirects]]
from = "/scrabble/*" from = "/scrabble/*"
to = "https://jakejarvis.github.io/scrabble/:splat" to = "https://modest-jackson-d5516b.netlify.com/scrabble/:splat"
status = 200 status = 200
[[redirects]] [[redirects]]
from = "/comp20/*" from = "/comp20/*"
to = "https://jakejarvis.github.io/comp20/:splat" to = "https://modest-jackson-d5516b.netlify.com/comp20/:splat"
status = 200 status = 200
[[redirects]] [[redirects]]
from = "/candies/*" from = "/candies/*"
to = "https://jakejarvis.github.io/candies/:splat" to = "https://modest-jackson-d5516b.netlify.com/candies/:splat"
status = 200 status = 200
[[redirects]] [[redirects]]
from = "/awesome/*" from = "/awesome/*"
to = "https://jakejarvis.github.io/synonyms-for-awesome/:splat" to = "https://modest-jackson-d5516b.netlify.com/awesome/:splat"
status = 200 status = 200
# H A C K E R M A N ( ͡° ͜ʖ ͡°) # H A C K E R M A N ( ͡° ͜ʖ ͡°)