diff options
Diffstat (limited to 'bskyweb')
-rw-r--r-- | bskyweb/templates/profile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyweb/templates/profile.html b/bskyweb/templates/profile.html index cee8bae6a..ab84dd157 100644 --- a/bskyweb/templates/profile.html +++ b/bskyweb/templates/profile.html @@ -37,7 +37,7 @@ {%- if requestHost %} <link rel="alternate" type="application/rss+xml" href="https://{{ requestHost }}/profile/{{ profileView.Did }}/rss"> {% endif %} - <link rel="alternate" href="at://{{ profileView.Did }}" /> + <link rel="alternate" href="at://{{ profileView.Did }}/app.bsky.actor.profile/self" /> {% endif -%} {%- endblock %} |