mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-04-06 01:43:32 -04:00
added test.bibdle.com domain
This commit is contained in:
@@ -275,7 +275,9 @@
|
|||||||
|
|
||||||
$effect(() => {
|
$effect(() => {
|
||||||
if (!browser) return;
|
if (!browser) return;
|
||||||
isDev = window.location.host === "localhost:5173";
|
isDev =
|
||||||
|
window.location.host === "localhost:5173" ||
|
||||||
|
window.location.host === "test.bibdle.com";
|
||||||
});
|
});
|
||||||
|
|
||||||
// Load saved guesses
|
// Load saved guesses
|
||||||
|
|||||||
Reference in New Issue
Block a user