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}