Skip to content

Commit

Permalink
Revert "Add: test code"
Browse files Browse the repository at this point in the history
This reverts commit 95b8791.
  • Loading branch information
su-u committed Nov 18, 2023
1 parent 95b8791 commit 9c8a8d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/common/GoogleAnalytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ const GoogleAnalytics: FC = () => {
const searchParams = useSearchParams();

useEffect(() => {
console.log(existsGaId);
if (!existsGaId) {
return;
}
const url = pathname + searchParams.toString();
console.log(url);
pageview(url);
}, [pathname, searchParams]);

Expand Down

1 comment on commit 9c8a8d6

@vercel
Copy link

@vercel vercel bot commented on 9c8a8d6 Nov 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tools-su-u-dev – ./

tools.su-u.dev
tools-su-u-dev-su-u.vercel.app
tools-su-u-dev.vercel.app
tools-su-u-dev-git-main-su-u.vercel.app

Please sign in to comment.