fix: redirects and rewrites for assets

This commit is contained in:
Cory Dransfeldt 2023-06-18 11:29:58 -07:00
parent 55959cc4e1
commit 2c5175b8cc
No known key found for this signature in database

View file

@ -8,7 +8,6 @@
# rewrites
/feeds/all.xml /feed.xml 200!
/favicon.ico /assets/img/favicon/favicon.ico 200!
/static/favicons/apple-touch-icon.png /assets/img/favicon/apple-touch-icon.png 200!
# blog posts
/blog/fixing-safari-icloud-syncing /posts/2022/fixing-safari-icloud-syncing/ 301!
@ -23,3 +22,6 @@
/blog/simple-api-fetch-hooks-with-swr /posts/2022/simple-api-fetch-hooks-with-swr/ 301!
/2023/02/automatingandprobablyoverengineeringmy-nowpage /posts/2023/automating-and-overengineering-my-now-page/ 301!
/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/favicon/apple-touch-icon.png 301!