diff options
author | Matthieu Sieben <matthieusieben@users.noreply.github.com> | 2025-01-23 13:42:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-23 12:42:07 +0000 |
commit | 346a7387f6756cada15fd8302d1b1813b9e27bba (patch) | |
tree | 47169d559d3c5db684d1841f4775190d8320cab2 | |
parent | 16abe45bb2807eb9d4338e2b3880f79bf32f6277 (diff) | |
download | voidsky-346a7387f6756cada15fd8302d1b1813b9e27bba.tar.zst |
Remove "bsky.network" from preconnect (#7559)
-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> |