Skip to content

Commit

Permalink
Fix GA Tracking ID (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jloh02 authored Feb 13, 2024
1 parent b639364 commit a0e2d3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/.env.beta
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ REACT_APP_API_URL=https://beta.treeckle.com/api
REACT_APP_GOOGLE_CLIENT_ID=858509158388-d943lj9isgh7oaumkoj65kqvq1ehgt14.apps.googleusercontent.com
REACT_APP_FACEBOOK_APP_ID=498179211295170
REACT_APP_MICROSOFT_CLIENT_ID=f34b1cfb-df14-41b5-88b4-4fe97176e7f1
REACT_APP_GA_TRACKING_ID="G-KQ4GRX3CT1"
REACT_APP_GA_TRACKING_ID=G-KQ4GRX3CT1
PUBLIC_URL=https://beta.treeckle.com/
4 changes: 2 additions & 2 deletions frontend/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ REACT_APP_API_URL=http://localhost:8000/api
REACT_APP_GOOGLE_CLIENT_ID=858509158388-d943lj9isgh7oaumkoj65kqvq1ehgt14.apps.googleusercontent.com
REACT_APP_FACEBOOK_APP_ID=498179211295170
REACT_APP_MICROSOFT_CLIENT_ID=f34b1cfb-df14-41b5-88b4-4fe97176e7f1
REACT_APP_GA_TRACKING_ID="G-KQ4GRX3CT1"
PUBLIC_URL="https://localhost:3000"
REACT_APP_GA_TRACKING_ID=G-KQ4GRX3CT1
PUBLIC_URL=https://localhost:3000
2 changes: 1 addition & 1 deletion frontend/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ REACT_APP_API_URL=https://treeckle.com/api
REACT_APP_GOOGLE_CLIENT_ID=858509158388-d943lj9isgh7oaumkoj65kqvq1ehgt14.apps.googleusercontent.com
REACT_APP_FACEBOOK_APP_ID=498179211295170
REACT_APP_MICROSOFT_CLIENT_ID=f34b1cfb-df14-41b5-88b4-4fe97176e7f1
REACT_APP_GA_TRACKING_ID="G-G4MX399WJL"
REACT_APP_GA_TRACKING_ID=G-G4MX399WJL
PUBLIC_URL=https://treeckle.com

0 comments on commit a0e2d3a

Please sign in to comment.