chore: rewrites to redirects
This commit is contained in:
parent
97284fe326
commit
b5b133d3e4
1 changed files with 5 additions and 3 deletions
|
@ -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!
|
||||
|
|
Reference in a new issue