Skip to content

Commit

Permalink
[Performance] Add JS Async and Defer
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelstz committed Sep 12, 2023
1 parent b233d58 commit 950e630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NodeSchool</title>
<script>
<script async>
!function(s,c,h,O,o,l){s.GoogleAnalyticsObject=h;s[h]||(s[h]=function(){
(s[h].q=s[h].q||[]).push(arguments)});s[h].l=+new Date;o=c.createElement(O);
l=c.getElementsByTagName(O)[0];o.src='//www.google-analytics.com/analytics.js';
Expand All @@ -18,7 +18,7 @@
</script>
</head>
<body>
<script type="text/javascript">
<script defer>
(function (doc, nav, ls) {
if (!ls || ls.getItem('firstRedirect')) return

Expand Down

0 comments on commit 950e630

Please sign in to comment.