diff --git a/templates/webfinger.json b/templates/webfinger.json index 77a3cb0..2d37cb3 100644 --- a/templates/webfinger.json +++ b/templates/webfinger.json @@ -5,7 +5,7 @@ { "rel": "self", "type": "application/activity+json", - "href": "{{domain}}/{{actor}}" + "href": "{{domain}}/users/{{actor}}" } ] } \ No newline at end of file