diff --git a/next.config.js b/next.config.js index 49627da9..2fde6749 100644 --- a/next.config.js +++ b/next.config.js @@ -21,6 +21,10 @@ module.exports = bundleAnalyzer({ value: 'frame-ancestors https://*.builder.io https://builder.io http://localhost:1234', }, + { + key: 'Cache-Control', + value: 'no-store', + }, ], }, ]