Fix script url (again)
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 18s

This commit is contained in:
Alex Selimov 2026-03-30 20:09:39 -04:00
parent c415c5ad85
commit 2e03a387aa

View file

@ -1,4 +1,4 @@
{{ $autoTheme := resources.Get "auto-theme.css" | minify }}
<link href="{{ $autoTheme.RelPermalink }}" rel="stylesheet">
<script data-site="RVRFGZU" src="analytics.alexselimov.com/script.js" defer></script>
<script data-site="RVRFGZU" src="https://analytics.alexselimov.com/script.js" defer></script>