fix: 404s
This commit is contained in:
parent
3698ee477c
commit
2443feff31
3 changed files with 24 additions and 2 deletions
24
netlify.toml
24
netlify.toml
|
@ -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
|
Reference in a new issue