From 18efd4d101940c55acefbd8bcc2bf32fe8d2e4ed Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Sun, 27 Feb 2022 02:53:24 -0800 Subject: [PATCH] Updated matching for different tracker names. --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',