new: pkg: add tracking code for the app #10
All checks were successful
Deploy to Production / deploy (push) Successful in 30s
All checks were successful
Deploy to Production / deploy (push) Successful in 30s
This commit is contained in:
@@ -28,6 +28,20 @@
|
||||
<link rel="icon" href="{{ asset('/images/favicon/favicon.ico') }}" type="image/x-icon">
|
||||
{% block metas %}{% endblock %}
|
||||
<title>MineSeeker{% block title %}{% endblock %}</title>
|
||||
<script
|
||||
defer src="https://umami.splendidbear.org/script.js"
|
||||
data-website-id="825e02a9-d675-4cbd-9e68-72b98de2e4e9"
|
||||
>
|
||||
</script>
|
||||
<script
|
||||
defer
|
||||
src="https://umami.splendidbear.org/recorder.js"
|
||||
data-website-id="825e02a9-d675-4cbd-9e68-72b98de2e4e9"
|
||||
data-sample-rate="0.15"
|
||||
data-mask-level="moderate"
|
||||
data-max-duration="300000"
|
||||
>
|
||||
</script>
|
||||
{% block stylesheets %}{% endblock %}
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user