summaryrefslogtreecommitdiff
path: root/src/layouts/Page.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/Page.astro')
-rw-r--r--src/layouts/Page.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro
index 145a7d6..bc7a095 100644
--- a/src/layouts/Page.astro
+++ b/src/layouts/Page.astro
@@ -9,7 +9,7 @@ const { title } = Astro.props;
---
<Layout title={title}>
- <main>
+ <main id="main">
<slot />
</main>
</Layout>