chore: create well-known dir; fix 404

This commit is contained in:
Cory Dransfeldt 2023-06-20 10:20:40 -07:00
parent cf56e0c4d5
commit dd56c5ff62
No known key found for this signature in database
4 changed files with 17 additions and 1 deletions

View file

@ -64,3 +64,8 @@ for = "/.well-known/webfinger"
for = "/.well-known/gpc.json"
[headers.values]
Content-Type = "application/jrd+json; charset=utf-8"
[[headers]]
for = "/.well-known/traffic-advice"
[headers.values]
Content-Type = "application/trafficadvice+json"

View file

@ -0,0 +1,11 @@
---
permalink: '.well-known/traffic-advice'
eleventyExcludeFromCollections: true
dynamicPermalink: false
---
[{
"user_agent": "prefetch-proxy",
"google_prefetch_proxy_eap": {
"fraction": 1.0
}
}]