diff --git a/.well-known/webfinger b/.well-known/webfinger index 9c38131..08aef0d 100644 --- a/.well-known/webfinger +++ b/.well-known/webfinger @@ -2,8 +2,8 @@ "subject": "acct:${email}", "links": [ { - "rel": "http://id.moelle.space/specs/connect/1.0/issuer", - "href": "${issuer URL}" + "rel": "http://openid.net/specs/connect/1.0/issuer", + "href": "https://id.moelle.space" } ] }