Skip to content

Commit

Permalink
Hardcoded Google Analytics ID
Browse files Browse the repository at this point in the history
  • Loading branch information
codeaid committed May 25, 2024
1 parent 169ff38 commit eb09cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const basePath = process.env.NEXT_PUBLIC_BASE_PATH || '';
export const metadataBase = process.env.NODE_ENV === 'development' ? undefined : new URL(baseURL);

// Google Analytics tracking ID
export const googleAnalyticsId = process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS ?? '';
export const googleAnalyticsId = 'G-65MNFNW5EL';

0 comments on commit eb09cc0

Please sign in to comment.