aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/routes/auctionprices.svelte5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/routes/auctionprices.svelte b/src/routes/auctionprices.svelte
index 9e7615c..14117fc 100644
--- a/src/routes/auctionprices.svelte
+++ b/src/routes/auctionprices.svelte
@@ -98,7 +98,10 @@
}
</script>
-<Head title="SkyBlock Auction Prices" />
+<Head
+ title="SkyBlock Auction Prices"
+ description="View how many coins every SkyBlock item costs in the auction house."
+/>
<Header />
<svelte:window on:scroll={checkScroll} />