Skip to content

Commit

Permalink
fix: commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocasares committed Feb 9, 2021
1 parent 313ee27 commit a032b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
defaultLocale: "en",
},
env: {
NEXT_PUBLIC_SHA: process.env.VERCEL_GITHUB_COMMIT_SHA,
NEXT_PUBLIC_SHA: process.env.VERCEL_GIT_COMMIT_SHA,
NEXT_PUBLIC_GA_TRACKING_ID: process.env.NEXT_PUBLIC_GA_TRACKING_ID,
},
experimental: {
Expand Down

1 comment on commit a032b80

@vercel
Copy link

@vercel vercel bot commented on a032b80 Feb 9, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.