ETag generation

This commit is contained in:
VityaSchel
2023-10-03 15:47:50 +04:00
parent bd4494d6d0
commit 00d81ef7df
2 changed files with 23 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ const nextConfig = {
permanent: false,
destination: '/ps7',
source: '/'
}]
}],
generateEtags: false
}
module.exports = nextConfig