mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 23:16:53 +00:00
feature:
添加大量可配置项
This commit is contained in:
@@ -9,7 +9,7 @@ const CommonHead = ({ meta }) => {
|
||||
const title = meta?.title || BLOG.title
|
||||
const description = meta?.description || BLOG.description
|
||||
const type = meta?.type || 'website'
|
||||
const keywords = meta?.tags || BLOG.seo.keywords
|
||||
const keywords = meta?.tags || BLOG.keywords
|
||||
|
||||
return <Head>
|
||||
<title>{title}</title>
|
||||
|
||||
Reference in New Issue
Block a user