Skip to content

Commit e765a8a

Browse files
authored
Merge pull request #34 from ishythefishy/udpate-og-urls
Update OG image urls
2 parents 0f0944f + 8f3c61f commit e765a8a

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

apps/fretonator-web/src/index.html

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,38 @@
1010
<meta property="og:description"
1111
content="Choose a starting note, pick a mode, check out the fretboard and have a jam!"/>
1212
<meta property="og:url" content="https://www.fretonator.com"/>
13-
<meta property="og:image" content="https://fretonator.netlify.app/assets/img/og_facebook.png"/>
13+
<meta property="og:image" content="https://www.fretonator.com/assets/img/og_facebook.png"/>
1414
<meta property="og:image:alt" content="Fretonator - the ultimate free guitar theory tool"/>
1515
<meta property="og:image:width" content="1200"/>
1616
<meta property="og:image:height" content="630"/>
1717
<meta property="og:image:type" content="image/png"/>
1818

1919
<meta name="twitter:card" content="summary_large_image"/>
20-
<meta name="twitter:image" content="https://fretonator.netlify.app/assets/img/og_twitter.png"/>
20+
<meta name="twitter:image" content="https://www.fretonator.com/assets/img/og_twitter.png"/>
2121
<meta name="twitter:image:alt" content="Fretonator - the ultimate free guitar theory tool"/>
2222
<meta name="twitter:description"
2323
content="Choose a starting note, pick a mode, check out the fretboard and have a jam!"/>
2424

2525
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
2626
<link rel="manifest" href="manifest.webmanifest">
2727
<meta name="theme-color" content="#1a1a1a">
28+
29+
30+
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-167450036-1"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
34+
function gtag() {
35+
dataLayer.push(arguments);
36+
}
37+
38+
gtag('js', new Date());
39+
gtag('config', 'UA-167450036-1');
40+
</script>
2841
</head>
2942
<body>
3043
<app-root></app-root>
3144
<noscript>I know it sucks, but please enable JavaScript to continue using this application.</noscript>
3245

33-
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-167450036-1"></script>
34-
<script>
35-
window.dataLayer = window.dataLayer || [];
36-
37-
function gtag() {
38-
dataLayer.push(arguments);
39-
}
40-
41-
gtag('js', new Date());
42-
gtag('config', 'UA-167450036-1');
43-
</script>
44-
4546
</body>
4647
</html>

0 commit comments

Comments
 (0)