Skip to content

Commit

Permalink
fix: google analytics key
Browse files Browse the repository at this point in the history
  • Loading branch information
JDihlmann authored Dec 24, 2023
1 parent 9fdc18d commit f45eb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function App() {
const { title } = useLoaderData() as { title: TitleNode }

useEffect(() => {
gtag.pageview(location.pathname, "G-0SNPJ02ZX8")
gtag.pageview(location.pathname, "G-H3WNEKDGDG")
}, [location])

return (
Expand Down

0 comments on commit f45eb8d

Please sign in to comment.