Skip to content

Commit

Permalink
Update gtag.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
su-u committed Nov 17, 2023
1 parent 92013dc commit 5310b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/gtag.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const GA_MEASUREMENT_ID = process.env.NEXT_PUBLIC_GA_ID || "";
export const GA_MEASUREMENT_ID = process.env.NEXT_PUBLIC_GA_TRACKING_ID || "";

export const existsGaId = GA_MEASUREMENT_ID !== "";

Expand Down

1 comment on commit 5310b50

@vercel
Copy link

@vercel vercel bot commented on 5310b50 Nov 17, 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.vercel.app
tools-su-u-dev-git-main-su-u.vercel.app
tools-su-u-dev-su-u.vercel.app
tools.su-u.dev

Please sign in to comment.