Merged PR 1038: replaced git build id with date now

replaced git build id with date now

Related work items: #9877
This commit is contained in:
Robert Bond
2023-12-08 09:13:26 +00:00
+2 -1
View File
@@ -53,7 +53,8 @@ const securityHeaders = [
// value: "frame-src 'self'; child-src 'self';object-src 'none'; script-src 'self' 'https://www.googletagmanager.com' unsafe-inline",
// },
];
const buildId = nextBuildId.sync({ dir: __dirname });
//const buildId = nextBuildId.sync({ dir: __dirname });
const buildId = Date.now();
module.exports = {
env: {