Skip to content

Commit ac446b1

Browse files
committed
meta: delete description of article because it doesn't look good
1 parent f08f512 commit ac446b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/articles/[...id].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (article.data.author && !author)
2626

2727
<GlobalLayout
2828
title={article.data.title}
29-
description={"ut.code(); のウェブサイトに書かれた記事のひとつです。"}
29+
description={null}
3030
focus={Focus.articles}
3131
image={article.data.image}
3232
>

0 commit comments

Comments
 (0)