made home title react to locale

This commit is contained in:
Kim, Jimin 2022-03-26 21:34:20 +09:00
parent a2db39e1fe
commit 63ab00614e

View file

@ -66,7 +66,7 @@ const PostList = () => {
return (
<>
<Helmet>
<title>pomp | Home</title>
<title>pomp | {globalState.locale == "en" ? "Home" : "홈"}</title>
<meta property="og:type" content="website" />
<meta