From 298552e4b77c86dd1c38c1c1b5b5ac98114eb8f6 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Mon, 22 Aug 2022 12:31:03 +0000 Subject: [PATCH] dns-prefetch pour matomo --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index a03e8d6..1c3853f 100644 --- a/public/index.html +++ b/public/index.html @@ -34,6 +34,7 @@ s = d.getElementsByTagName("script")[0]; g.async = true; g.src = "https://matomo.adm.ink/js/container_4FBFfDho.js"; + g.rel = "dns-prefetch"; s.parentNode.insertBefore(g, s);