We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b79598 commit 62b9075Copy full SHA for 62b9075
1 file changed
astro.config.mjs
@@ -19,7 +19,7 @@ export default defineConfig({
19
{
20
tag: 'script',
21
attrs: {
22
- src: 'https://www.googletagmanager.com/gtag/js?id=G-181FMPJECK',
+ src: 'https://www.googletagmanager.com/gtag/js?id=G-HRRN0NER9P',
23
async: true,
24
},
25
@@ -29,7 +29,7 @@ export default defineConfig({
29
window.dataLayer = window.dataLayer || [];
30
function gtag(){dataLayer.push(arguments);}
31
gtag('js', new Date());
32
- gtag('config', 'G-181FMPJECK');
+ gtag('config', 'G-HRRN0NER9P');
33
`,
34
35
// Structured Data - SoftwareApplication
0 commit comments