Skip to content

Commit ec224a3

Browse files
committed
add ga id
1 parent bf4293b commit ec224a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/bergen-meadow/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function RootLayout({
1212
return (
1313
<html lang="en">
1414
<body className={inter.className}>{children}</body>
15-
<GoogleAnalytics gaId="TODO" />
15+
<GoogleAnalytics gaId="G-1R9Y5C3ZME" />
1616
</html>
1717
)
1818
}

0 commit comments

Comments
 (0)