chore: additional redirects

This commit is contained in:
Cory Dransfeldt 2023-06-19 09:11:43 -07:00
parent 684b9f3da8
commit 41252312f2
No known key found for this signature in database
3 changed files with 16 additions and 0 deletions

View file

@ -11,6 +11,8 @@
/apple-touch-icon.png /assets/img/favicon/apple-touch-icon.png 200!
/apple-touch-icon-precomposed.png /assets/img/favicon/apple-touch-icon.png 200!
/static/favicons/apple-touch-icon.png /assets/img/favicon/apple-touch-icon.png 200!
/sitemap.txt /sitemap.xml 200!
/articles/ / 200!
# blog posts
/blog/fixing-safari-icloud-syncing /posts/2022/fixing-safari-icloud-syncing/ 301!

View file

@ -59,3 +59,8 @@ for = "/follow.xml"
for = "/.well-known/webfinger"
[headers.values]
Content-Type = "application/jrd+json; charset=utf-8"
[[headers]]
for = "/.well-known/gpc.json"
[headers.values]
Content-Type = "application/jrd+json; charset=utf-8"

9
src/feeds/gpc.liquid Normal file
View file

@ -0,0 +1,9 @@
---
permalink: '.well-known/gpc.json'
eleventyExcludeFromCollections: true
dynamicPermalink: false
---
{
"gpc": true,
"lastUpdate": "2023-06-19"
}