Fix dns links in head

This commit is contained in:
Cotes Chung 2021-04-06 23:16:02 +08:00
parent 4a0242e496
commit 11bcd7027d
1 changed files with 2 additions and 2 deletions

View File

@ -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"