diff options
author | mat <github@matdoes.dev> | 2022-02-22 22:09:58 +0000 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-02-22 22:09:58 +0000 |
commit | 61fee257220ac847b4ed42a37afe3b6334f1a5c3 (patch) | |
tree | 54e320f390e97ae00424cd25d35cc82c1f96304e | |
parent | 54eb12b540e96cc3450b72a19ada2a4526513c60 (diff) | |
download | skyblock-stats-61fee257220ac847b4ed42a37afe3b6334f1a5c3.tar.gz skyblock-stats-61fee257220ac847b4ed42a37afe3b6334f1a5c3.tar.bz2 skyblock-stats-61fee257220ac847b4ed42a37afe3b6334f1a5c3.zip |
add a description to the index page
-rw-r--r-- | src/routes/index.svelte | 3 |
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> |