0
0
mirror of https://github.com/sp-tarkov/db-website.git synced 2025-02-08 02:10:54 -05:00

Adds Umami Support

This commit is contained in:
Refringe 2024-11-22 13:14:05 -05:00
parent 26d6a54968
commit 671deeaa0c
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -11,5 +11,10 @@
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="module" src="/src/main.tsx"></script> <script type="module" src="/src/main.tsx"></script>
<script
defer
src="https://umami.sp-tarkov.com/script.js"
data-website-id="fde5143a-2234-4c34-a313-648f717285fa"
></script>
</body> </body>
</html> </html>