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:
parent
b57faa2c59
commit
807264a228
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue