From e400cd9a1714c89652cd1143f45c052687f05626 Mon Sep 17 00:00:00 2001 From: Glucy2 Date: Fri, 4 Aug 2023 08:49:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=89=AF=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/header.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/header.js b/src/components/header.js index 5fe3d91..a712977 100644 --- a/src/components/header.js +++ b/src/components/header.js @@ -4,13 +4,14 @@ import Link from './link'; function Header() { useEffect(() => { - document.title = window.Config.SiteName; + document.title = window.Config.SiteTitle; }, []); return (