Skip to content

Commit

Permalink
Fixing he buld issue Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay-kv authored Jul 17, 2024
1 parent 176e149 commit b6c1dcd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,4 @@ remote_theme: pages-themes/[email protected]
plugins:
- jekyll-remote-theme # add this line to the plugins list if you already have one

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

gtag('config', 'G-VCETP3M30Y');
</script>
google_analytics: G-VCETP3M30Y

0 comments on commit b6c1dcd

Please sign in to comment.