Skip to content

Commit

Permalink
[refs rachelandrew#16] Preconnect analytics origins
Browse files Browse the repository at this point in the history
Along with all the other external domains we’ve preconnected, we might
as well do the analytics stuff, too.
  • Loading branch information
csswizardry committed Mar 6, 2018
1 parent f96fc80 commit 3dc8a3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@

<link rel="preconnect" href="fonts.google.com" />
<link rel="preconnect" href="platform.twitter.com" />
<link rel="preconnect" href="track.gaug.es" />
<link rel="preconnect" href="d36ee2fcip1434.cloudfront.net" />
<link rel="dns-prefetch" href="fonts.google.com" />
<link rel="dns-prefetch" href="platform.twitter.com" />
<link rel="dns-prefetch" href="track.gaug.es" />
<link rel="dns-prefetch" href="d36ee2fcip1434.cloudfront.net" />

{% include track.html %}

Expand Down

0 comments on commit 3dc8a3e

Please sign in to comment.