Skip to content

Commit

Permalink
Restore GTM
Browse files Browse the repository at this point in the history
  • Loading branch information
eerikson committed Jun 4, 2024
1 parent 3a0b1ca commit 8c14ab9
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 8c14ab9

Please sign in to comment.