changed build id from number to string

This commit is contained in:
2023-12-08 09:20:24 +00:00
parent 72c44cd8f3
commit d22045c9c5
+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().toString();
module.exports = {
env: {