diff options
-rw-r--r-- | bskyweb/templates/base.html | 1 | ||||
-rw-r--r-- | web/index.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 43ab379d5..349bd74e1 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -8,7 +8,6 @@ Preconnect to essential domains --> <link rel="preconnect" href="https://bsky.social"> - <link rel="preconnect" href="https://bsky.network"> <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 8bde07d2b..ab45b9a99 100644 --- a/web/index.html +++ b/web/index.html @@ -15,7 +15,6 @@ Preconnect to essential domains --> <link rel="preconnect" href="https://bsky.social"> - <link rel="preconnect" href="https://bsky.network"> <title>%WEB_TITLE%</title> <link rel="preload" as="font" type="font/woff2" href="/static/media/InterVariable.c504db5c06caaf7cdfba.woff2" crossorigin> |