mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-01 17:50:13 +00:00
changed default seo
This commit is contained in:
parent
435658db6d
commit
78812aece6
2 changed files with 9 additions and 2 deletions
|
|
@ -4,7 +4,11 @@ import Header from "@/components/Header.astro";
|
|||
import { ClientRouter } from "astro:transitions";
|
||||
import SEO from "@/components/SEO.astro";
|
||||
|
||||
const { pageTitle, description = "我的个人博客", image } = Astro.props;
|
||||
const {
|
||||
pageTitle,
|
||||
description = "在这里,发现更多(雾)欢迎来到三叶的博客🥳",
|
||||
image,
|
||||
} = Astro.props;
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,10 @@ const t = getTranslations(lang);
|
|||
const pageTitle = t.about.title;
|
||||
---
|
||||
|
||||
<BaseLayout pageTitle={pageTitle}>
|
||||
<BaseLayout
|
||||
pageTitle={pageTitle}
|
||||
image={t.about.profilePicture}
|
||||
>
|
||||
<main class="about">
|
||||
<h1>{t.about.title}</h1>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue