Skip to content

Commit 62b9075

Browse files
committed
Switch to dedicated GA property for docs
1 parent 6b79598 commit 62b9075

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineConfig({
1919
{
2020
tag: 'script',
2121
attrs: {
22-
src: 'https://www.googletagmanager.com/gtag/js?id=G-181FMPJECK',
22+
src: 'https://www.googletagmanager.com/gtag/js?id=G-HRRN0NER9P',
2323
async: true,
2424
},
2525
},
@@ -29,7 +29,7 @@ export default defineConfig({
2929
window.dataLayer = window.dataLayer || [];
3030
function gtag(){dataLayer.push(arguments);}
3131
gtag('js', new Date());
32-
gtag('config', 'G-181FMPJECK');
32+
gtag('config', 'G-HRRN0NER9P');
3333
`,
3434
},
3535
// Structured Data - SoftwareApplication

0 commit comments

Comments
 (0)