From 6d473aaf875fca9e0129bce8d39339398a0ee5e1 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 19 Jul 2024 20:52:59 -0700 Subject: [PATCH] fix: 404 --- _redirects | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_redirects b/_redirects index 5ad299ea..190bdf8f 100644 --- a/_redirects +++ b/_redirects @@ -43,6 +43,8 @@ /posts/2023/automating-rss-syndication-with-nextjs-github/ /posts/2023/automating-rss-syndication-and-sharing-with-nextjs-and-github/ 301 /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 # 404s /now.html /now 301 diff --git a/package-lock.json b/package-lock.json index f401f0d3..3f64cd0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "20.12.10", + "version": "20.12.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "20.12.10", + "version": "20.12.11", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index c00808db..8fe7ef39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "20.12.10", + "version": "20.12.11", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": {