From 5083f221108427d491afbbc72f0cb2a3ef463366 Mon Sep 17 00:00:00 2001
From: Cory Dransfeldt <hi@coryd.dev>
Date: Fri, 17 Mar 2023 11:05:15 -0700
Subject: [PATCH] additional redirect

---
 vercel.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vercel.json b/vercel.json
index 84be0db5..3c6fda26 100644
--- a/vercel.json
+++ b/vercel.json
@@ -48,6 +48,10 @@
             "source": "/2023/02/automatingandprobablyoverengineeringmy-nowpage",
             "destination": "/posts/2023/automating-and-overengineering-my-now-page/"
         },
+        {
+            "source": "/2023/01/workflows-handling-inbound-email-on-fastmail-with-regular-expressions",
+            "destination": "/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/"
+        },
         {
             "source": "/rss.xml",
             "destination": "/feed.xml"