From 547f66a7fee601f9ec110f7150f118d011c21667 Mon Sep 17 00:00:00 2001 From: Le Minh Tri Date: Sat, 25 Feb 2023 04:46:22 +0700 Subject: [PATCH 1/4] refactor: adjust site config --- src/components/AppHeader.astro | 4 ++-- src/configs/site.ts | 6 ++++-- src/pages/index.astro | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/AppHeader.astro b/src/components/AppHeader.astro index 07a3a014..7b194b23 100644 --- a/src/components/AppHeader.astro +++ b/src/components/AppHeader.astro @@ -8,7 +8,7 @@ import Icon from './Icon.astro' export interface Props extends HTMLAttributes<'svg'> {} const { ...props } = Astro.props -const { title, description, authorAvatar } = siteConfig +const { title, description, author } = siteConfig ---
@@ -22,7 +22,7 @@ const { title, description, authorAvatar } = siteConfig