Skip to content

Commit

Permalink
feat: GoogleID env 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
daepan committed Feb 21, 2024
1 parent 911e327 commit 100a4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-94GSS0XCEP');
gtag('config', `${process.env.REACT_APP_GOOGLE_ANALYTICS_ID}`);
</script>
<!--
This HTML file is a template.
Expand Down

0 comments on commit 100a4ba

Please sign in to comment.