fix feed 404s

This commit is contained in:
Cory Dransfeldt 2023-03-14 09:12:35 -07:00
parent ac0eb1d8d4
commit 582fd04dd8
No known key found for this signature in database

View file

@ -43,6 +43,10 @@
{
"source": "/blog/simple-api-fetch-hooks-with-swr",
"destination": "/posts/2022/simple-api-fetch-hooks-with-swr/"
},
{
"source": "/rss.xml",
"destination": "/feed.xml"
}
]
}