replaced git build id with date now
This commit is contained in:
+2
-1
@@ -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",
|
// 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 = {
|
module.exports = {
|
||||||
env: {
|
env: {
|
||||||
|
|||||||
Reference in New Issue
Block a user