Skip to content

Commit

Permalink
Remove GTM
Browse files Browse the repository at this point in the history
  • Loading branch information
eerikson committed Jun 3, 2024
1 parent 02a0581 commit 3a0b1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function MyApp({ Component, pageProps }: AppProps) {
const router = useRouter();

useEffect(() => {
insertGTMScriptTags();
// insertGTMScriptTags();
trackPageview();
// Object.values(KapaEventNames).forEach((eventName) => {
// // @ts-ignore
Expand Down

0 comments on commit 3a0b1ca

Please sign in to comment.