Skip to content

Commit

Permalink
Adding google analytics to demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevnerdstuff committed Mar 18, 2023
1 parent f2fd05f commit 0941072
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/vue3-code-block.es.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name vue3-code-block
* @version 1.0.14
* @version 1.0.15
* @description Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS.
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)
* @copyright Copyright 2023, WebDevNerdStuff
Expand Down
2 changes: 1 addition & 1 deletion dist/vue3-code-block.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name vue3-code-block
* @version 1.0.14
* @version 1.0.15
* @description Vue 3 CodeBlock - Highlight your code with ease using this syntax highlighting component powered by PrismJS.
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <webdevnerdstuff@gmail.com> (https://webdevnerdstuff.com)
* @copyright Copyright 2023, WebDevNerdStuff
Expand Down
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@

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

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

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

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

0 comments on commit 0941072

Please sign in to comment.