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

>
diff --git a/manifest.json b/manifest.json index 6216fb3..d993ed3 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "meta": { "name": "Sons Of The Forest Map-DEV", "author": "Leon Machens", - "version": "0.39.0", + "version": "0.39.1", "minimum-overwolf-version": "0.218.0", "description": "Sons Of The Forest Map", "dock_button_title": "Sons Of The Forest", diff --git a/src/app.ts b/src/app.ts index 3bdb1ec..3f14b9a 100644 --- a/src/app.ts +++ b/src/app.ts @@ -330,7 +330,4 @@ async function initResizeBorders() { initWakelock(); } -initPlausible( - import.meta.env.VITE_PLAUSIBLE_OVERWOLF_DOMAIN, - import.meta.env.VITE_PLAUSIBLE_API_HOST -); +initPlausible("sotf.th.gl-app", "https://metrics.th.gl"); diff --git a/src/components/JoinCommunity.ts b/src/components/JoinCommunity.ts index eeebc58..6598d4e 100644 --- a/src/components/JoinCommunity.ts +++ b/src/components/JoinCommunity.ts @@ -12,7 +12,7 @@ export function JoinCommunity() { { className: "group", innerHTML: ` - + ${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");