Skip to content

Commit

Permalink
🛠️ FIX TITLE
Browse files Browse the repository at this point in the history
  • Loading branch information
EveSunMaple committed Jun 16, 2024
1 parent 9d47d02 commit 2875ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const {
} = Astro.props;
---

<html lang="zh-cn" class="bg-base-300">
<html lang="zh-cn" class="bg-base-300" title="main-page">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<BaseHead title={site_title} description={site_description} image={image} />
Expand Down

0 comments on commit 2875ba4

Please sign in to comment.