diff --git a/src/.well-known/webfinger b/src/.well-known/webfinger new file mode 100644 index 0000000..4a10f82 --- /dev/null +++ b/src/.well-known/webfinger @@ -0,0 +1,9 @@ +{ + "subject": "acct:evan@ewpratten.com", + "links": [ + { + "rel": "http://openid.net/specs/connect/1.0/issuer", + "href": "https://git.ewpratten.com/.well-known/openid-configuration" + } + ] +}