page-title

This commit is contained in:
tangly1024
2022-01-06 13:23:13 +08:00
parent 241fcac96c
commit b0b39729e0

View File

@@ -44,7 +44,7 @@ export async function getStaticProps ({ params: { page } }) {
const tagOptions = notionPageData.tagOptions
const tags = await getAllTags({ allPosts, tagOptions })
const meta = {
title: `${page} | Page |${BLOG.title}`,
title: `${page} | Page | ${BLOG.title}`,
description: BLOG.description,
type: 'website'
}