From b3ce317a904b0574e5352c477c595ad975b45a97 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sun, 30 Jun 2024 11:54:33 -0700 Subject: [PATCH] fix: 404 --- _redirects | 1 + package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_redirects b/_redirects index aa3c34c4..57f5c192 100644 --- a/_redirects +++ b/_redirects @@ -42,6 +42,7 @@ /posts/2023/automate-syndicate-content-mastodon-eleventy/ /posts/2023/automate-and-syndicate-content-from-eleventy-to-mastodon/ 301 /posts/2023/road-to-madness-apple-music-charts/ /posts/2023/road-to-madness-charting-apple-music-listening-data/ 301 /posts/2023/semi-automated-hashtags-syndicated-posts/ /posts/2023/semi-automated-hashtags-for-syndicated-posts/ 301 +/posts/2023/automating-rss-syndication-with-nextjs-github/ /posts/2023/automating-rss-syndication-and-sharing-with-nextjs-and-github/ 301 # music /music/artists/hyperdontia-denmark-turkiye /music/artists/hyperdontia-denmark-tuerkiye 301 diff --git a/package-lock.json b/package-lock.json index 4328de7d..d94f70f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.7.4", + "version": "19.7.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.7.4", + "version": "19.7.5", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index 6f18c1ff..a844d17d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.7.4", + "version": "19.7.5", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {