diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index cd26194..fd43568 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -275,7 +275,9 @@ $effect(() => { if (!browser) return; - isDev = window.location.host === "localhost:5173"; + isDev = + window.location.host === "localhost:5173" || + window.location.host === "test.bibdle.com"; }); // Load saved guesses