|
10 | 10 | <meta property="og:description"
|
11 | 11 | content="Choose a starting note, pick a mode, check out the fretboard and have a jam!"/>
|
12 | 12 | <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"/> |
14 | 14 | <meta property="og:image:alt" content="Fretonator - the ultimate free guitar theory tool"/>
|
15 | 15 | <meta property="og:image:width" content="1200"/>
|
16 | 16 | <meta property="og:image:height" content="630"/>
|
17 | 17 | <meta property="og:image:type" content="image/png"/>
|
18 | 18 |
|
19 | 19 | <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"/> |
21 | 21 | <meta name="twitter:image:alt" content="Fretonator - the ultimate free guitar theory tool"/>
|
22 | 22 | <meta name="twitter:description"
|
23 | 23 | content="Choose a starting note, pick a mode, check out the fretboard and have a jam!"/>
|
24 | 24 |
|
25 | 25 | <link rel="icon" type="image/x-icon" href="favicon.ico"/>
|
26 | 26 | <link rel="manifest" href="manifest.webmanifest">
|
27 | 27 | <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> |
28 | 41 | </head>
|
29 | 42 | <body>
|
30 | 43 | <app-root></app-root>
|
31 | 44 | <noscript>I know it sucks, but please enable JavaScript to continue using this application.</noscript>
|
32 | 45 |
|
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 |
| - |
45 | 46 | </body>
|
46 | 47 | </html>
|
0 commit comments