Skip to content

Commit 0ec984b

Browse files
committed
add description to DefaultLayout in index.astro
1 parent 77a1e2f commit 0ec984b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import screenshots from '@assets/img/screenshots.png'
88
import { Image } from 'astro:assets'
99
---
1010

11-
<DefaultLayout title="Home">
11+
<DefaultLayout title="Home" description="Quick Dungeon Crawler – a casual roguelite for mobile and web. Loot, die, repeat. No ads, offline play, open-source.">
1212
<Hero />
1313

1414
<section class="my-32">

0 commit comments

Comments
 (0)