diff --git a/_redirects b/_redirects index 57f5c192..25e31db4 100644 --- a/_redirects +++ b/_redirects @@ -43,6 +43,10 @@ /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 +/feeds/posts/2024/i-removed-tailwind-from-my-site/ /posts/2024/i-removed-tailwind-from-my-site/ 301 +/feeds/posts/2024/improving-my-self-hosted-scrobbling-implementation/ /posts/2024/improving-my-self-hosted-scrobbling-implementation/ 301 +/feeds/posts/2024/integrating-a-somewhat-custom-cms-with-eleventy/ /posts/2024/integrating-a-somewhat-custom-cms-with-eleventy/ 301 +/feeds/not-allowed /not-allowed 301 # music /music/artists/hyperdontia-denmark-turkiye /music/artists/hyperdontia-denmark-tuerkiye 301 diff --git a/package-lock.json b/package-lock.json index 6255a450..b7461488 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.8.4", + "version": "19.8.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.8.4", + "version": "19.8.5", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index beb8ddd2..01d92eae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.8.4", + "version": "19.8.5", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {