Fix dns links in head
This commit is contained in:
parent
4a0242e496
commit
11bcd7027d
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@
|
|||
{% endif %}
|
||||
|
||||
<!-- jsDelivr CDN -->
|
||||
<link rel="preconnect" href="cdn.jsdelivr.net">
|
||||
<link rel="dns-prefetch" href="cdn.jsdelivr.net">
|
||||
<link rel="preconnect" href="https://cdn.jsdelivr.net">
|
||||
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
|
||||
|
||||
<!-- Bootstrap -->
|
||||
<link rel="stylesheet"
|
||||
|
|
Loading…
Reference in a new issue