This commit is contained in:
Cory Dransfeldt 2024-07-18 13:42:30 -07:00
parent 46a9725215
commit c7633d8fa6
No known key found for this signature in database
3 changed files with 6 additions and 3 deletions

View file

@ -46,6 +46,9 @@
/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
# 404s
/now.html /now 301
# feeds
/rss https://feedpress.me/coryd 301
/atom https://feedpress.me/coryd 301

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "20.12.3",
"version": "20.12.4",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {