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.png /assets/img/favicon/apple-touch-icon.png 200!
|
||||||
/apple-touch-icon-precomposed.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!
|
/static/favicons/apple-touch-icon.png /assets/img/favicon/apple-touch-icon.png 200!
|
||||||
|
/sitemap.txt /sitemap.xml 200!
|
||||||
|
/articles/ / 200!
|
||||||
|
|
||||||
# blog posts
|
# blog posts
|
||||||
/blog/fixing-safari-icloud-syncing /posts/2022/fixing-safari-icloud-syncing/ 301!
|
/blog/fixing-safari-icloud-syncing /posts/2022/fixing-safari-icloud-syncing/ 301!
|
||||||
|
|
|
@ -57,5 +57,10 @@ for = "/follow.xml"
|
||||||
|
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/.well-known/webfinger"
|
for = "/.well-known/webfinger"
|
||||||
|
[headers.values]
|
||||||
|
Content-Type = "application/jrd+json; charset=utf-8"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/.well-known/gpc.json"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Content-Type = "application/jrd+json; charset=utf-8"
|
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