Remove async attribute from Matomo script

This commit is contained in:
Paul Nicoué 2023-02-14 15:33:06 +01:00
parent 8d4b294635
commit 883328e38e

View file

@ -74,8 +74,7 @@ export const useAppHead = (pageTitleChunk) => {
_paq.push(['setSiteId', '4']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();`,
async: true
})();`
}
]
})