mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
feat(build): rename embeding filename
This commit is contained in:
parent
ebc01b3558
commit
cf7fa3bbc7
5 changed files with 6 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ module.exports = {
|
|||
async headers() {
|
||||
return [
|
||||
{
|
||||
source: '/umami.js',
|
||||
source: '/track.js',
|
||||
headers: [
|
||||
{
|
||||
key: 'Cache-Control',
|
||||
|
|
@ -28,6 +28,6 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
];
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue