diff options
-rw-r--r-- | bskyweb/templates/base.html | 1 | ||||
-rw-r--r-- | web/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 349bd74e1..d72494da1 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -8,6 +8,7 @@ Preconnect to essential domains --> <link rel="preconnect" href="https://bsky.social"> + <link rel="preconnect" href="https://go.bsky.app"> <title>{%- block head_title -%}Bluesky{%- endblock -%}</title> <!-- Hello Humans! API docs at https://atproto.com --> diff --git a/web/index.html b/web/index.html index ab45b9a99..2077530fe 100644 --- a/web/index.html +++ b/web/index.html @@ -15,6 +15,7 @@ Preconnect to essential domains --> <link rel="preconnect" href="https://bsky.social"> + <link rel="preconnect" href="https://go.bsky.app"> <title>%WEB_TITLE%</title> <link rel="preload" as="font" type="font/woff2" href="/static/media/InterVariable.c504db5c06caaf7cdfba.woff2" crossorigin> |