fix: redirects and rewrites for assets
This commit is contained in:
parent
55959cc4e1
commit
2c5175b8cc
1 changed files with 4 additions and 2 deletions
|
@ -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!
|
||||
|
@ -22,4 +21,7 @@
|
|||
/blog/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt /posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/ 301!
|
||||
/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!
|
||||
/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!
|
Reference in a new issue