chore: rewrites to redirects

This commit is contained in:
Cory Dransfeldt 2023-06-19 20:20:46 -07:00
parent 97284fe326
commit b5b133d3e4
No known key found for this signature in database

View file

@ -11,8 +11,6 @@
/apple-touch-icon.png /assets/img/favicon/apple-touch-icon.png 200!
/apple-touch-icon-precomposed.png /assets/img/favicon/apple-touch-icon.png 200!
/static/favicons/apple-touch-icon.png /assets/img/favicon/apple-touch-icon.png 200!
/sitemap.txt /sitemap.xml 200!
/articles/ / 200!
# blog posts
/blog/fixing-safari-icloud-syncing /posts/2022/fixing-safari-icloud-syncing/ 301!
@ -29,4 +27,8 @@
/2023/01/workflows-handling-inbound-email-on-fastmail-with-regular-expressions /posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/ 301!
# assets
/static/images/avatar.webp /assets/img/avatar.webp 301!
/static/images/avatar.webp /assets/img/avatar.webp 301!
# redirects
/articles/ / 301!
/sitemap.txt /sitemap.xml 301!