mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 23:16:49 +00:00
标题处理、标签页分页处理
This commit is contained in:
@@ -34,6 +34,7 @@ const ArticleLayout = ({
|
||||
}) => {
|
||||
const meta = {
|
||||
title: post.title,
|
||||
description: post.summary,
|
||||
type: 'article'
|
||||
}
|
||||
const targetRef = useRef(null)
|
||||
|
||||
Reference in New Issue
Block a user