added logic to hide case reference in check section

This commit is contained in:
2024-03-14 09:22:14 +00:00
parent e8c4f9a903
commit aade8ec7d3
2 changed files with 22 additions and 17 deletions
+1
View File
@@ -57,6 +57,7 @@ const securityHeaders = [
const buildId = Date.now().toString();
module.exports = {
//output: "standalone",
env: {
BUILD_ID_ENV: buildId,
},