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
This commit is contained in:
Evandro Leopoldino Gonçalves 2024-02-14 00:13:23 +01:00 committed by GitHub
parent 08525b52c3
commit 836cff306e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

@ -10,6 +10,11 @@
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1.00001, viewport-fit=cover"
/>
<!--
Preconnect to essential domains
-->
<link rel="preconnect" href="https://bsky.social">
<link rel="preconnect" href="https://bsky.network">
<title>%WEB_TITLE%</title>
<style>
/**