mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
bugfixins
This commit is contained in:
@@ -127,8 +127,8 @@ export const NotionPage: React.FC<types.PageProps> = ({
|
||||
|
||||
{socialDescription && (
|
||||
<>
|
||||
<meta name='description' content={site.description} />
|
||||
<meta property='og:site_name' content={site.name} />
|
||||
<meta name='description' content={socialDescription} />
|
||||
<meta property='og:description' content={socialDescription} />
|
||||
</>
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user