Preconnect to both the origins

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-12-26 00:21:51 +05:30
parent 1156085333
commit 08d4797949
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" />
<link rel="stylesheet" href="/static/tailwind.css" />
<link rel="stylesheet" href="/static/styles.css" />
</head>