mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-31 23:16:54 +00:00
分页插件BUG
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user