aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/routes/index.svelte3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index 46d8940..32b1360 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -3,6 +3,7 @@
import SearchUser from '$lib/SearchUser.svelte'
import type { CleanUser } from '$lib/APITypes'
import donators from '../_donators.json'
+ import Head from '$lib/Head.svelte'
export const prerender = true
export const hydrate = false
@@ -12,6 +13,8 @@
<title>SkyBlock Stats</title>
</svelte:head>
+<Head title='SkyBlock Stats' description='Check SkyBlock stats, see leaderboards, mayors, and way more.' />
+
<main>
<section class="title-section">
<h1>SkyBlock Stats</h1>