Skip to content

Commit 82bcf56

Browse files
page title fix
1 parent 8b9bf05 commit 82bcf56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BaseHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
const { title = "8gears", description = "Personal Website" } = Astro.props;
2+
const { title = "8gears", description = "8gears' Personal Website" } = Astro.props;
33
---
44

55
<head>

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { title } = Astro.props;
77

88
<html lang="en">
99
<head>
10-
<BaseHead />
10+
<BaseHead title={title}/>
1111
</head>
1212
<body class="bg-zinc-800 text-neutral-50">
1313
<main class="flex justify-center items-center md:min-h-150" style="text-align: center;">

0 commit comments

Comments
 (0)