diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-08-14 01:00:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-13 17:00:27 -0500 |
commit | eef639ea54f2309e6da18a293e07d54b7953f626 (patch) | |
tree | 8347924170278bfa24b6309f18909fc188d3446b /web | |
parent | 36b2a87a063af8d265fa787b408ba38761bc4276 (diff) | |
download | voidsky-eef639ea54f2309e6da18a293e07d54b7953f626.tar.zst |
Preconnect to go.bsky.app (#8825)
* preconnect to go.bsky.app * other location why not
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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> |