changed build id from number to string
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",
|
||||
// },
|
||||
];
|
||||
const buildId = nextBuildId.sync({ dir: __dirname });
|
||||
//const buildId = nextBuildId.sync({ dir: __dirname });
|
||||
const buildId = Date.now().toString();
|
||||
|
||||
module.exports = {
|
||||
env: {
|
||||
|
||||
Reference in New Issue
Block a user