mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update main element with id 'main-content'
This commit is contained in:
@@ -7,7 +7,7 @@ export interface Props {
|
||||
const { pageTitle, pageDesc } = Astro.props;
|
||||
---
|
||||
|
||||
<main>
|
||||
<main id="main-content">
|
||||
<h1>{pageTitle}</h1>
|
||||
<p>{pageDesc}</p>
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user