diff options
author | Christian Schmidt <github@chsc.dk> | 2025-01-08 18:21:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 17:21:21 +0000 |
commit | aa3d8c5230277d58cae8e5e5121880d03091d8a0 (patch) | |
tree | 69ab1cb80ec8ae96be9df69027f4703afcf6573d /bskyembed | |
parent | c564981405b4b163fb6726f2e60c2406fbea5a5e (diff) | |
download | voidsky-aa3d8c5230277d58cae8e5e5121880d03091d8a0.tar.zst |
Preconnect to public.api.bsky.app (#7396)
Diffstat (limited to 'bskyembed')
-rw-r--r-- | bskyembed/index.html | 1 | ||||
-rw-r--r-- | bskyembed/post.html | 1 |
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"> |