This commit is contained in:
@ -5,7 +5,8 @@ const nextConfig = {
|
||||
generateEtags: true,
|
||||
compress: true,
|
||||
env: {
|
||||
NEXT_PUBLIC_BUILD_ID: nextBuildId.sync({ dir: __dirname }),
|
||||
NEXT_PUBLIC_BUILD_ID:
|
||||
process.env.GIT_REV || nextBuildId.sync({ dir: __dirname }),
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [
|
||||
|
Reference in New Issue
Block a user