1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00
Files
geek-cookbook/netlify_redirects.txt
2022-07-05 13:34:05 +12:00

18 lines
772 B
Plaintext

# Because "Geek" is a singular
https://geeks-cookbook.funkypenguin.co.nz/* https://geek-cookbook.funkypenguin.co.nz/:splat 301!
# Because it took me about a year to realize I was spelling "Recipes" wrong!
https://geek-cookbook.funkypenguin.co.nz/recipies/* https://geek-cookbook.funkypenguin.co.nz/recipes/:splat 301!
# Proxy plausible analytics per https://plausible.io/docs/proxy/guides/netlify
/js/i-am-groot.js https://plausible.io/js/plausible.outbound-links.js 200
/api/event https://plausible.io/api/event 202
# Now we have indexs on subfolders, we can use a better URL for docker-swarm
/docker-swarm/design /docker/swarm 301!
/ha-docker-swarm/design /docker-swarm 301!
# Prefer "docker-swarm" to "ha-docker-swarm"
/ha-docker-swarm/* /docker-swarm/:splat 301!