From c5c8016c835c0ebe6661d9e727a7e482b5379c95 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 3 Oct 2024 16:44:46 -0700 Subject: [PATCH] chore: cleanup --- _redirects | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/_redirects b/_redirects index 0ee634ae..050ac217 100644 --- a/_redirects +++ b/_redirects @@ -1,3 +1,18 @@ +# 404s +/now.html /now 301 +/contact.html /contact 301 + +# feeds +/feeds/posts.xml /feeds/posts 301 +/feeds/links.xml /feeds/links 301 +/feeds/books.xml /feeds/books 301 +/feeds/movies.xml /feeds/movies 301 +/feeds/all.xml /feeds/all 301 + +# general +/articles/ /posts/ 301 +/tags /search 301 + # blog posts /blog/fixing-safari-icloud-syncing /posts/2022/fixing-safari-icloud-syncing/ 301 /blog/migrating-to-fastmail /posts/2022/migrating-to-fastmail/ 301 @@ -44,22 +59,4 @@ /posts/2023/locally-stored-music-and-storage-as-a-meaningful-constraint/ /posts/2023/doppler-locally-stored-music-and-storage-as-a-beneficial-constraint/ 301 /blog/digital-privacy-tools /posts/2021/digital-privacy-tools/ 301 /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 - -# media -/watching/movies/999999/ /watching/movies/942199/ 301 - -# 404s -/now.html /now 301 -/contact.html /contact 301 - -# feeds -/feeds/posts.xml /feeds/posts 301 -/feeds/links.xml /feeds/links 301 -/feeds/books.xml /feeds/books 301 -/feeds/movies.xml /feeds/movies 301 -/feeds/all.xml /feeds/all 301 - -# general -/articles/ /posts/ 301 -/tags /search 301 \ No newline at end of file +/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 \ No newline at end of file