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

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