feat(build): rename embeding filename

This commit is contained in:
SinaniG 2020-11-05 17:08:59 +03:00
parent ebc01b3558
commit cf7fa3bbc7
5 changed files with 6 additions and 5 deletions

View file

@ -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 = {
},
],
},
]
];
},
};