fix: 404
This commit is contained in:
parent
46a9725215
commit
c7633d8fa6
3 changed files with 6 additions and 3 deletions
|
@ -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
|
/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
|
/blog/digital-privacy-tools /posts/2021/digital-privacy-tools/ 301
|
||||||
|
|
||||||
|
# 404s
|
||||||
|
/now.html /now 301
|
||||||
|
|
||||||
# feeds
|
# feeds
|
||||||
/rss https://feedpress.me/coryd 301
|
/rss https://feedpress.me/coryd 301
|
||||||
/atom https://feedpress.me/coryd 301
|
/atom https://feedpress.me/coryd 301
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "20.12.3",
|
"version": "20.12.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "20.12.3",
|
"version": "20.12.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "20.12.3",
|
"version": "20.12.4",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Reference in a new issue