feat: replace next-seo with custom header

This commit is contained in:
Timothy Lin
2021-06-22 23:51:41 +08:00
parent 322ddc4a2d
commit 04ad7617de
11 changed files with 50 additions and 119 deletions
-1
View File
@@ -46,7 +46,6 @@ export default function Tag({ posts, tag }) {
<PageSeo
title={`${tag} - ${siteMetadata.title}`}
description={`${tag} tags - ${siteMetadata.title}`}
url={`${siteMetadata.siteUrl}/tags/${tag}`}
/>
<ListLayout posts={posts} title={title} />
</>