chore: additional redirects
This commit is contained in:
parent
684b9f3da8
commit
41252312f2
3 changed files with 16 additions and 0 deletions
|
@ -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!
|
||||
|
|
|
@ -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
9
src/feeds/gpc.liquid
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
permalink: '.well-known/gpc.json'
|
||||
eleventyExcludeFromCollections: true
|
||||
dynamicPermalink: false
|
||||
---
|
||||
{
|
||||
"gpc": true,
|
||||
"lastUpdate": "2023-06-19"
|
||||
}
|
Reference in a new issue