about summary refs log tree commit diff
path: root/bskyweb
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-08-14 01:00:27 +0300
committerGitHub <noreply@github.com>2025-08-13 17:00:27 -0500
commiteef639ea54f2309e6da18a293e07d54b7953f626 (patch)
tree8347924170278bfa24b6309f18909fc188d3446b /bskyweb
parent36b2a87a063af8d265fa787b408ba38761bc4276 (diff)
downloadvoidsky-eef639ea54f2309e6da18a293e07d54b7953f626.tar.zst
Preconnect to go.bsky.app (#8825)
* preconnect to go.bsky.app

* other location why not
Diffstat (limited to 'bskyweb')
-rw-r--r--bskyweb/templates/base.html1
1 files changed, 1 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 -->