Skip to content

Commit

Permalink
comment out script
Browse files Browse the repository at this point in the history
  • Loading branch information
webloopbox committed Oct 22, 2024
1 parent 7f93cc3 commit 8dfc28c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/components/google-analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Script from "next/script";
export default function GoogleAnalytics() {
return (
<>
<Script
{/* <Script
type="text/plain"
data-category="analytics"
src={`https://www.googletagmanager.com/gtag/js?id=${process.env.NEXT_PUBLIC_MEASUREMENT_ID}`}
Expand All @@ -20,7 +20,7 @@ export default function GoogleAnalytics() {
page_path: window.location.pathname,
});
`}
</Script>
</Script> */}
</>
);
}

0 comments on commit 8dfc28c

Please sign in to comment.