update hardcoded url to be stoat.chat instead of beta.revolt.chat

Signed-off-by: Taureon <45183108+Taureon@users.noreply.github.com>
Signed-off-by: Taureon <taureon@noreply.codeberg.org>
This commit is contained in:
Taureon 2026-03-24 18:02:19 +00:00 committed by Taureon
parent b57faa2c59
commit 807264a228
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export let mainWindow: BrowserWindow;
export const BUILD_URL = new URL(
app.commandLine.hasSwitch("force-server")
? app.commandLine.getSwitchValue("force-server")
: /*MAIN_WINDOW_VITE_DEV_SERVER_URL ??*/ "https://beta.revolt.chat",
: /*MAIN_WINDOW_VITE_DEV_SERVER_URL ??*/ "https://stoat.chat",
);
// internal window state