Created
March 16, 2018 07:44
-
-
Save kresnasatya/15d0da94396978bcd292e693741b5a87 to your computer and use it in GitHub Desktop.
Preconnect, dns prefetch, preload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Preconnect --> | |
<link rel="preconnect" href="https://api.rss2json.com" crossorigin> | |
<!-- DNS Prefetch --> | |
<link rel="dns-prefetch" href="https://cdn-images-1.medium.com"> | |
<!-- Preload --> | |
<link rel="preload" href="./dist/css/mini-default.min.css" as="style" media="(min-width: 20em)"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment