From 0fc0e93864957cd6996b50523cb506c4d03540be Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 18 Jun 2023 17:42:43 -0700 Subject: [PATCH] chore: clean up redirects --- _redirects | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_redirects b/_redirects index c4a22753..6ed056ba 100644 --- a/_redirects +++ b/_redirects @@ -8,6 +8,9 @@ # rewrites /feeds/all.xml /feed.xml 200! /favicon.ico /assets/img/favicon/favicon.ico 200! +/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! # blog posts /blog/fixing-safari-icloud-syncing /posts/2022/fixing-safari-icloud-syncing/ 301! @@ -24,4 +27,4 @@ /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! \ No newline at end of file +/static/images/avatar.webp /assets/img/avatar.webp 301! \ No newline at end of file