Skip to content

Commit

Permalink
removing next build cache statement
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Feb 27, 2024
1 parent f030736 commit 5c52ac3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ const nextConfig = {
},
},
output: 'standalone',
generateBuildId: async () => {
// This could be anything, using the latest git hash
return process.env.GIT_HASH
},
}

module.exports = nextConfig

0 comments on commit 5c52ac3

Please sign in to comment.