diff --git a/pages/posts/[[...slug]].tsx b/pages/posts/[[...slug]].tsx index f7e553c..01cd077 100644 --- a/pages/posts/[[...slug]].tsx +++ b/pages/posts/[[...slug]].tsx @@ -60,7 +60,7 @@ export default function PostsPage(props: PostsPageProps) { {"ALL POSTS"} - {!isEmptyArray(props.tagList) && ( + {!isEmptyArray(props.tagList) && props.pageNumber === 1 && ( <>