fix: 404s

This commit is contained in:
Cory Dransfeldt 2023-06-18 11:15:59 -07:00
parent 3698ee477c
commit 2443feff31
No known key found for this signature in database
3 changed files with 24 additions and 2 deletions

View file

@ -126,4 +126,26 @@ status = 301
[[redirects]]
from = "/2023/01/workflows-handling-inbound-email-on-fastmail-with-regular-expressions"
to = "/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/"
status = 301
status = 301
###
# SITE REWRITES
###
[[redirects]]
from = "/feeds/all.xml"
to = "/feed.xml"
status = 200
force = true
[[redirects]]
from = "/favicon.ico"
to = "/assets/img/favicon/favicon.ico"
status = 200
force = true
[[redirects]]
from = "/static/favicons/apple-touch-icon.png"
to = "/assets/img/favicon/apple-touch-icon.png"
status = 200
force = true