misc fixes

This commit is contained in:
Cory Dransfeldt 2023-03-13 13:31:52 -07:00
parent 8c319793ac
commit 362ce5e88b
No known key found for this signature in database
5 changed files with 50 additions and 7 deletions

48
vercel.json Normal file
View file

@ -0,0 +1,48 @@
{
"redirects": [
{
"source": "/blog/fixing-safari-icloud-syncing",
"destination": "/posts/2022/fixing-safari-icloud-syncing/"
},
{
"source": "/blog/migrating-to-fastmail",
"destination": "/posts/2022/migrating-to-fastmail/"
},
{
"source": "/blog/client-side-webmentions-in-nextjs",
"destination": "/posts/2023/client-side-webmentions-in-nextjs/"
},
{
"source": "/blog/apple-centric-digital-privacy-tools",
"destination": "/posts/2022/apple-centric-digital-privacy-tools/"
},
{
"source": "/blog/automating-rss-syndication-with-nextjs-github",
"destination": "/posts/2023/automating-rss-syndication-with-nextjs-github/"
},
{
"source": "/blog/apple-music-a-tale-of-woe",
"destination": "/posts/2021/apple-music-a-tale-of-woe/"
},
{
"source": "/blog/building-a-now-page-using-nextjs-and-social-apis",
"destination": "/posts/2023/building-a-now-page-using-nextjs-and-social-apis/"
},
{
"source": "/blog/adding-client-side-rendered-webmentions-to-my-blog",
"destination": "/posts/2023/client-side-webmentions-in-nextjs/"
},
{
"source": "/blog/automating-email-cleanup-in-gmail",
"destination": "/posts/2022/automating-email-cleanup-in-gmail/"
},
{
"source": "/blog/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt",
"destination": "/posts/2023/fastmail-handling-inbound-email-with-regex-filters-now-with-chatgpt/"
},
{
"source": "/blog/simple-api-fetch-hooks-with-swr",
"destination": "/posts/2022/simple-api-fetch-hooks-with-swr/"
}
]
}