Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
lmachens committed Feb 27, 2024
1 parent 5e88fe2 commit f86fce2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .env

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h1 class="title">Sons Of The Forest Map</h1>
></a>
<div class="window-controls-group">
<a
href="https://discord.com/invite/NTZu8Px"
href="https://th.gl/discord"
target="_blank"
class="icon window-control window-control-social discord"
>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 1 addition & 4 deletions src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");
2 changes: 1 addition & 1 deletion src/components/JoinCommunity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function JoinCommunity() {
{
className: "group",
innerHTML: `
<a href="https://discord.com/invite/NTZu8Px" target="_blank" class="button discord">
<a href="https://th.gl/discord" target="_blank" class="button discord">
${t("Join our Discord")}
</a>
<a href="https://discord.gg/6JFVjYjrF4" target="_blank" class="button discord">
Expand Down
5 changes: 1 addition & 4 deletions src/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit f86fce2

Please sign in to comment.