Skip to content

Commit

Permalink
build: 👷
Browse files Browse the repository at this point in the history
  • Loading branch information
devmnj committed Nov 1, 2022
1 parent eedb19c commit 42cf603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/analytics.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$: {
if (typeof gtag !== 'undefined') {
gtag('config', 'G-96XJFRFZ70', {
gtag('config', 'G-YNXXST88NC', {
page_title: document.title,
page_path: $page.url.pathname,
})
Expand All @@ -14,7 +14,7 @@
<svelte:head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-96XJFRFZ70">
src="https://www.googletagmanager.com/gtag/js?id=G-YNXXST88NC">
</script>
<script>
window.dataLayer = window.dataLayer || []
Expand All @@ -24,7 +24,7 @@
}
gtag('js', new Date())
gtag('config', 'G-96XJFRFZ70' )
gtag('config', 'G-YNXXST88NC' )
</script>
</svelte:head>

1 comment on commit 42cf603

@vercel
Copy link

@vercel vercel bot commented on 42cf603 Nov 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sveltekit-prismic-headless-cms-blog – ./

sveltekit-prismic-headless-cms-blog-git-master-manojap.vercel.app
devmnj.vercel.app
sveltekit-prismic-headless-cms-blog-manojap.vercel.app

Please sign in to comment.