From f86fce25913f73d62dd80b58ff10fdbcba9af437 Mon Sep 17 00:00:00 2001 From: lmachens Date: Tue, 27 Feb 2024 21:05:31 +0100 Subject: [PATCH] Update links --- .env | 3 --- README.md | 4 ++-- app.html | 2 +- manifest.json | 2 +- src/app.ts | 5 +---- src/components/JoinCommunity.ts | 2 +- src/web.ts | 5 +---- 7 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 03088b5..0000000 --- a/.env +++ /dev/null @@ -1,3 +0,0 @@ -VITE_PLAUSIBLE_WEB_DOMAIN=sotf.th.gl -VITE_PLAUSIBLE_OVERWOLF_DOMAIN=sotf.th.gl-app -VITE_PLAUSIBLE_API_HOST=https://apps.machens.dev diff --git a/README.md b/README.md index 1e248f3..0dc40a9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Head over to the [Sons Of The Forest Map](https://www.overwolf.com/app/Leon_Mach You can also use the web-version of the app [here](https://sotf.th.gl), but you will not be able to use the position syncing feature. -Join the [Discord](https://discord.com/invite/NTZu8Px) to get the latest news and updates. +Join the [Discord](https://th.gl/discord) to get the latest news and updates. ## Features @@ -33,7 +33,7 @@ Join the [Discord](https://discord.com/invite/NTZu8Px) to get the latest news an ## Contributing -If you want to contribute to this project, please join the [Discord](https://discord.com/invite/NTZu8Px) and contact me (DevLeon#4001). I will be happy to help you get started. +If you want to contribute to this project, please join the [Discord](https://th.gl/discord) and contact me (DevLeon#4001). I will be happy to help you get started. ## Development diff --git a/app.html b/app.html index c9e67ae..42d27a3 100644 --- a/app.html +++ b/app.html @@ -121,7 +121,7 @@

Sons Of The Forest Map

>
+ ${t("Join our Discord")} diff --git a/src/web.ts b/src/web.ts index ce44730..01c131d 100644 --- a/src/web.ts +++ b/src/web.ts @@ -127,7 +127,4 @@ loadDictionary().then(() => { }); }); -initPlausible( - import.meta.env.VITE_PLAUSIBLE_WEB_DOMAIN, - import.meta.env.VITE_PLAUSIBLE_API_HOST -); +initPlausible("sotf.th.gl", "https://metrics.th.gl");