Add is:inline directive to Matomo script tag in BaseLayout

This commit is contained in:
2026-02-04 20:13:41 +01:00
parent 0238a0d2ba
commit d70b96c06b
+1 -1
View File
@@ -31,7 +31,7 @@ const { title, description = "AI-Native code editor built with Rust and Tauri. F
<link rel="stylesheet" href="/styles/global.css" /> <link rel="stylesheet" href="/styles/global.css" />
<!-- Matomo --> <!-- Matomo -->
<script> <script is:inline>
var _paq = window._paq = window._paq || []; var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']); _paq.push(['trackPageView']);