From a71e910482cc220e01dc2f48c0d8c25de6f4b5cc Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 15 Nov 2024 14:47:53 -0800 Subject: [PATCH] fix: 404 --- _redirects | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_redirects b/_redirects index f0c70316..6b2361f8 100644 --- a/_redirects +++ b/_redirects @@ -68,4 +68,5 @@ /posts/2023/now-page-update-matter-favorites/ /posts/2023/now-page-update-favorite-articles-from-matter/ 301 /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 \ No newline at end of file +/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