From 2c5175b8cca5d7866542cbb10c721e9bd7c3af68 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 18 Jun 2023 11:29:58 -0700 Subject: [PATCH] fix: redirects and rewrites for assets --- _redirects | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_redirects b/_redirects index 84c4159c..c4a22753 100644 --- a/_redirects +++ b/_redirects @@ -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! \ No newline at end of file +/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