fix: redirects

This commit is contained in:
Cory Dransfeldt 2024-05-01 10:12:59 -07:00
parent 046b53878c
commit 7ec463da50
No known key found for this signature in database
6 changed files with 12 additions and 15 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "13.2.10",
"version": "13.2.11",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {
@ -8,7 +8,7 @@
"start:search": "run-s build:11ty index:local",
"start:quick": "eleventy --serve --incremental --ignore-initial",
"build": "ELEVENTY_PRODUCTION=true eleventy",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve"
},
"keywords": [
"11ty",