Skip to content

Commit

Permalink
nvm im dumb i can just redirect every request DUH
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliapixel committed Aug 21, 2024
1 parent a6d4109 commit 0fb5a14
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,10 @@
/** only those which have individual leadeboards */
const channels = ["global", "breadworms", "psp1g", "julialuxel", "ovrht", "omie", "vaiastol"];
// should be removed in the future
const isOldDomain = browser ? window.location.hostname !== "gofish.lol" : false;
</script>

<Meta description="Leaderboards for gofish" title="gofish leaderboards" image="/favicon.png" />

{#if isOldDomain}
<header class="p-4 text-3xl text-center bg-neutral-800">
Please use the new domain: <a href="https://gofish.lol/">https://gofish.lol/</a>
</header>
{/if}
<div class="ml-8 mr-8 lg:ml-32 lg:mr-32">
<h1 class="mb-4 mt-8">gofish leaderboards! 🎣 🤩 🏆</h1>
<span>channel: </span>
Expand Down

0 comments on commit 0fb5a14

Please sign in to comment.