From 891813974ee010342cb9574a34cd0c67d5708553 Mon Sep 17 00:00:00 2001 From: bluestar_ Date: Mon, 29 Jan 2024 17:02:25 +0700 Subject: [PATCH] also fix tags --- src/pages/post/[slug].jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/post/[slug].jsx b/src/pages/post/[slug].jsx index fde90a4..5f3fb9a 100644 --- a/src/pages/post/[slug].jsx +++ b/src/pages/post/[slug].jsx @@ -30,7 +30,7 @@ export async function getStaticProps({ params: { slug } }) { export default function PostPage({ frontmatter, content }) { const postTags = frontmatter.tags.map((tag) => (
{tag}