mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Updated matching for different tracker names.
This commit is contained in:
parent
be98500e82
commit
18efd4d101
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
async headers() {
|
||||
return [
|
||||
{
|
||||
source: `/umami.js`,
|
||||
source: `/(.*\\.js)`,
|
||||
headers: [
|
||||
{
|
||||
key: 'Cache-Control',
|
||||
|
|
|
|||
Loading…
Reference in a new issue