You've already forked zblade.dev
Add is:inline directive to Matomo script tag in BaseLayout
This commit is contained in:
@@ -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']);
|
||||||
|
|||||||
Reference in New Issue
Block a user