chore: remove umami analytics script
This commit is contained in:
parent
1eed22de5c
commit
2e886c7bc1
@ -5,6 +5,14 @@
|
||||
|
||||
|
||||
|
||||
|
||||
## Version 1.5.0 - 2025-12-17
|
||||
|
||||
remove umami analytics script
|
||||
|
||||
**Changes:** 1 files, 1 lines
|
||||
**Languages:** HTML (1 lines)
|
||||
|
||||
## Version 1.4.0 - 2025-12-17
|
||||
|
||||
Updates the socket service to improve connection stability and error handling.
|
||||
|
||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "Snek"
|
||||
version = "1.4.0"
|
||||
version = "1.5.0"
|
||||
readme = "README.md"
|
||||
#license = { file = "LICENSE", content-type="text/markdown" }
|
||||
description = "Snek Chat Application by Molodetz"
|
||||
|
||||
@ -36,7 +36,6 @@
|
||||
<link rel="stylesheet" href="/lists.css">
|
||||
<link rel="icon" type="image/png" href="/image/snek_logo_32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/image/snek_logo_64x64.png" sizes="64x64">
|
||||
<script nonce="{{nonce}}" defer src="https://umami.molodetz.nl/script.js" data-website-id="d127c3e4-dc70-4041-a1c8-bcc32c2492ea" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user