about summary refs log tree commit diff
path: root/bskyembed
diff options
context:
space:
mode:
authorChristian Schmidt <github@chsc.dk>2025-01-08 18:21:21 +0100
committerGitHub <noreply@github.com>2025-01-08 17:21:21 +0000
commitaa3d8c5230277d58cae8e5e5121880d03091d8a0 (patch)
tree69ab1cb80ec8ae96be9df69027f4703afcf6573d /bskyembed
parentc564981405b4b163fb6726f2e60c2406fbea5a5e (diff)
downloadvoidsky-aa3d8c5230277d58cae8e5e5121880d03091d8a0.tar.zst
Preconnect to public.api.bsky.app (#7396)
Diffstat (limited to 'bskyembed')
-rw-r--r--bskyembed/index.html1
-rw-r--r--bskyembed/post.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/bskyembed/index.html b/bskyembed/index.html
index 61d0c7d17..ab33cf6e5 100644
--- a/bskyembed/index.html
+++ b/bskyembed/index.html
@@ -4,6 +4,7 @@
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Bluesky Embed</title>
+  <link rel="preconnect" href="https://public.api.bsky.app">
   <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
   <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
   <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
diff --git a/bskyembed/post.html b/bskyembed/post.html
index 5f550495f..32efdb07c 100644
--- a/bskyembed/post.html
+++ b/bskyembed/post.html
@@ -4,6 +4,7 @@
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Bluesky Embed</title>
+  <link rel="preconnect" href="https://public.api.bsky.app">
   <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
   <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
   <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">