Bluesky app fork with some witchin' additions 💫

Preconnect to go.bsky.app (#8825)

* preconnect to go.bsky.app

* other location why not

authored by samuel.fm and committed by

GitHub eef639ea 36b2a87a

+2
+1
bskyweb/templates/base.html
··· 8 8 Preconnect to essential domains 9 9 --> 10 10 <link rel="preconnect" href="https://bsky.social"> 11 + <link rel="preconnect" href="https://go.bsky.app"> 11 12 <title>{%- block head_title -%}Bluesky{%- endblock -%}</title> 12 13 13 14 <!-- Hello Humans! API docs at https://atproto.com -->
+1
web/index.html
··· 15 15 Preconnect to essential domains 16 16 --> 17 17 <link rel="preconnect" href="https://bsky.social"> 18 + <link rel="preconnect" href="https://go.bsky.app"> 18 19 <title>%WEB_TITLE%</title> 19 20 20 21 <link rel="preload" as="font" type="font/woff2" href="/static/media/InterVariable.c504db5c06caaf7cdfba.woff2" crossorigin>