diff --git a/next.config.js b/next.config.js index 3ee8e699..3519b793 100644 --- a/next.config.js +++ b/next.config.js @@ -21,7 +21,7 @@ module.exports = { async headers() { return [ { - source: `/umami.js`, + source: `/(.*\\.js)`, headers: [ { key: 'Cache-Control',