Skip to content

Commit

Permalink
🛠️ FIX TITLE PROBLEM
Browse files Browse the repository at this point in the history
  • Loading branch information
EveSunMaple committed Jun 16, 2024
1 parent 2875ba4 commit e3e26f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const {
---

<html lang="zh-cn" class="bg-base-300" title="main-page">
<title class="sr-only">Frosti</title>
<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 e3e26f5

Please sign in to comment.