Preconnect to both the origins
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
1156085333
commit
08d4797949
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue