summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-05-27 15:21:12 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-05-27 15:37:37 +0200
commitaaff92b5b117e2fadf334bc890156a73b902c826 (patch)
tree8e0f20724a94b1e16678cd777372dc3657ec793f
parentc1fe9f7bd87bd52e0191b314b835b1df9af46f33 (diff)
downloadwebsite-aaff92b5b117e2fadf334bc890156a73b902c826.tar.gz
website-aaff92b5b117e2fadf334bc890156a73b902c826.tar.bz2
website-aaff92b5b117e2fadf334bc890156a73b902c826.tar.xz
website-aaff92b5b117e2fadf334bc890156a73b902c826.zip
Added Plausible analytics
This re-enables a simple performance metric without compromising the privacy of our visitors. Plausible works without cookies and does not perform user tracking, so it does not need a cookie banner. I can cover the service cost for now since I'm paying anyway for the mapeditor.org statistics. If this becomes a problem in the future we can also choose to self-host it.
-rw-r--r--public/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
index a95e3b5..200b7f6 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="The Mana World is a free MMORPG game for Linux, MacOS and Windows"/>
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
+ <script defer data-domain="themanaworld.org" src="https://plausible.io/js/script.js"></script>
<title><%= VUE_APP_TITLE %></title>
</head>
<body>