From b208b201867f8cb81d8a56946023e9d507963a77 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 25 Nov 2024 06:38:27 -0800 Subject: [PATCH] fix: 404 --- public/_redirects | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/_redirects b/public/_redirects index de9a2b4..88d765c 100644 --- a/public/_redirects +++ b/public/_redirects @@ -80,4 +80,5 @@ /posts/2023/now-playing-eleventy-netlify-edge-functions-emoji/ /posts/2023/displaying-now-playing-data-with-matching-emoji-using-netlify-edge-functions-and-eleventy/ 301 /posts/2014/sublime-text-ctrl-tab-key-bindings/ /posts/2014/sublime-text-3-ctrl-tab-key-bindings/ 301 /posts/2022/simple-api-fetch-hooks-with-swr/ /posts/2022/simple-data-fetching-with-custom-react-hooks-and-swr/ 301 -/posts/2023/drying-up-now-page-templates-eleventy/ /posts/2023/drying-up-now-page-templates-and-normalizing-data-in-eleventy/ 301 \ No newline at end of file +/posts/2023/drying-up-now-page-templates-eleventy/ /posts/2023/drying-up-now-page-templates-and-normalizing-data-in-eleventy/ 301 +/posts/2023/hacking-together-a-tweeklyfm-replacement.html /posts/2023/hacking-together-a-tweeklyfm-replacement/ 301 \ No newline at end of file