fix feed 404s
This commit is contained in:
parent
ac0eb1d8d4
commit
582fd04dd8
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@
|
||||||
{
|
{
|
||||||
"source": "/blog/simple-api-fetch-hooks-with-swr",
|
"source": "/blog/simple-api-fetch-hooks-with-swr",
|
||||||
"destination": "/posts/2022/simple-api-fetch-hooks-with-swr/"
|
"destination": "/posts/2022/simple-api-fetch-hooks-with-swr/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/rss.xml",
|
||||||
|
"destination": "/feed.xml"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue