Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adds `preconnect` links to essencial external domains (#2847)

* adds preconnect links to essencial external domains

* adds preconnect links to essencial external domains in the base.html template

* fixes formatting issue

authored by

Evandro Leopoldino Gonçalves and committed by
GitHub
836cff30 08525b52

+10
+5
bskyweb/templates/base.html
··· 4 4 <meta charset="UTF-8"> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, viewport-fit=cover"> 6 6 <meta name="referrer" content="origin-when-cross-origin"> 7 + <!-- 8 + Preconnect to essential domains 9 + --> 10 + <link rel="preconnect" href="https://bsky.social"> 11 + <link rel="preconnect" href="https://bsky.network"> 7 12 <title>{%- block head_title -%}Bluesky{%- endblock -%}</title> 8 13 9 14 <!-- Hello Humans! API docs at https://atproto.com -->
+5
web/index.html
··· 10 10 name="viewport" 11 11 content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1.00001, viewport-fit=cover" 12 12 /> 13 + <!-- 14 + Preconnect to essential domains 15 + --> 16 + <link rel="preconnect" href="https://bsky.social"> 17 + <link rel="preconnect" href="https://bsky.network"> 13 18 <title>%WEB_TITLE%</title> 14 19 <style> 15 20 /**