fix: redirect

This commit is contained in:
Cory Dransfeldt 2024-06-15 19:53:52 -07:00
parent 6ade8a51e9
commit cabc3386a3
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -35,6 +35,7 @@
/posts/2023/scheduled-eleventy-builds-cron-github-actions/ /posts/2023/scheduled-eleventy-builds-on-vercel-with-cron-triggered-github-actions/ 301
/posts/2024/against-the-commercial-web/ /posts/2024/against-the-commercial-internet/ 301
/posts/2023/i-removed-tailwind-from-my-site/ /posts/2024/i-removed-tailwind-from-my-site/
/posts/2024/handling-images-with-b2-netlify-image-cdn-hazel-mountain-duck/ /posts/2024/handling-images-with-b2-netlifys-image-cdn-hazel-and-mountain-duck/ 301
# music
/music/artists/hyperdontia-denmark-turkiye /music/artists/hyperdontia-denmark-tuerkiye 301

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "19.3.20",
"version": "19.3.21",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.3.20",
"version": "19.3.21",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "19.3.20",
"version": "19.3.21",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {