Skip to content

Commit 0941072

Browse files
Adding google analytics to demo page
1 parent f2fd05f commit 0941072

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

dist/vue3-code-block.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name vue3-code-block
3-
* @version 1.0.14
3+
* @version 1.0.15
44
* @description Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS.
55
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
66
* @copyright Copyright 2023, WebDevNerdStuff

dist/vue3-code-block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name vue3-code-block
3-
* @version 1.0.14
3+
* @version 1.0.15
44
* @description Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS.
55
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
66
* @copyright Copyright 2023, WebDevNerdStuff

index.html

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

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

12-
gtag('config', 'TBD');
13-
</script> -->
12+
gtag('config', 'G-79JKH4L3SC');
13+
</script>
1414

1515
<meta charset="UTF-8" />
1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1717
<title>Vue 3 CodeBlock</title>
1818

19-
<meta name="description" content="Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS." />
19+
<meta name="description"
20+
content="Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS." />
2021
<meta name="keywords"
2122
content="vue3-code-block, code, pre, highlight, syntax, vue, vue3, component, javascript, neon bunny, webdevnerdstuff, wdns" />
2223
<meta name="author" content="WebDevNerdStuff & Bunnies... lots and lots of bunnies!" />
@@ -27,7 +28,8 @@
2728
<meta property="og:locale" content="en_US">
2829
<meta property="og:type" content="website">
2930
<meta property="og:title" content="Vue 3 CodeBlock">
30-
<meta property="og:description" content="Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS.">
31+
<meta property="og:description"
32+
content="Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS.">
3133
<meta property="og:url" content="https://webdevnerdstuff.github.io/vue3-code-block/">
3234
<meta property="og:image" content="https://webdevnerdstuff.github.io/vue3-code-block/vue3-code-block-social.jpg">
3335
<meta property="og:image:width" content="1200" />

0 commit comments

Comments
 (0)