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: {