分页插件BUG

This commit is contained in:
tangly1024
2022-01-06 13:19:49 +08:00
parent db8f79a8d1
commit 241fcac96c
2 changed files with 15 additions and 16 deletions

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'
}