Skip to content

Commit 274ae4a

Browse files
committed
[Fix] /{lang}/index.html 메인 페이지에서 posttitle 이중 노출 수정
1 parent 7351754 commit 274ae4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const AARONS_BLOG_DESCRIPTION = {
2323
2424
const {
2525
lang,
26-
title: posttitle = AARONS_BLOG_TITLE,
26+
title: posttitle,
2727
author = AARON,
2828
keywords = AARONS_BLOG_KEYWORDS[lang as Lang],
2929
description = AARONS_BLOG_DESCRIPTION[lang as Lang],

0 commit comments

Comments
 (0)