Skip to content

Commit 332bb22

Browse files
Merge pull request #11 from webdevnerdstuff/dev
Add ga tags
2 parents 9051e3a + 3454210 commit 332bb22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33

44
<head>
55
<!-- Google tag (gtag.js) -->
6-
<!-- <script
6+
<script
77
async
8-
src="https://www.googletagmanager.com/gtag/js?id=G-##########');"
8+
src="https://www.googletagmanager.com/gtag/js?id=G-NWDTX0FMQ5"
99
></script>
1010
<script>
1111
window.dataLayer=window.dataLayer||[];
1212
function gtag() {dataLayer.push(arguments);}
1313
gtag('js',new Date());
1414

15-
gtag('config','G-##########');
16-
</script> -->
15+
gtag('config','G-NWDTX0FMQ5');
16+
</script>
1717

1818
<meta charset="UTF-8" />
1919
<link
@@ -29,7 +29,7 @@
2929

3030
<meta
3131
name="description"
32-
content="Vuetify Color Field"
32+
content="Vuetify Color Field is a Vuetify VTextField Color Picker Component"
3333
/>
3434
<meta
3535
name="keywords"

0 commit comments

Comments
 (0)