From 7e4de4e694fd32578eea47f6cb32ff23a5bbceef Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Fri, 8 Dec 2023 09:11:21 +0000 Subject: [PATCH] replaced git build id with date now --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index ba443dec..cc193d8e 100644 --- a/next.config.js +++ b/next.config.js @@ -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: {