Skip to content

Commit

Permalink
Only preconnect to analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Dec 22, 2017
1 parent 361a13b commit 7fb4b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/head.html
Expand Up @@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{{ page.title }}</title>
<link rel="preconnect" href="https://opencollective.com">
<link rel="prefetch" href="https://www.google-analytics.com/analytics.js">
<link rel="preconnect" href="https://www.google-analytics.com">
<link rel="stylesheet" href="css/normalize.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/pygments.css"/>
Expand Down

0 comments on commit 7fb4b5f

Please sign in to comment.