Move Discord OAuth to root domain, redirect Discord URL to thehowlingwhispers.com

This commit is contained in:
The Howling Whispers 2026-06-30 17:37:38 +02:00
parent e9ab450772
commit ba6d3ed248
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>The Howling Whispers</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -66,7 +66,7 @@ export const fragments = {
};
export function getDiscordAuthUrl(next = '/') {
return `https://git.thehowlingwhispers.com/auth/discord?next=${encodeURIComponent(next)}`;
return `https://thehowlingwhispers.com/auth/discord?next=${encodeURIComponent(next)}`;
}
export const ai = {