mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
fix
This commit is contained in:
@@ -17,7 +17,7 @@ const Index = props => {
|
||||
const Layout = getLayoutByTheme({ theme: siteConfig('THEME'), router: useRouter() })
|
||||
|
||||
const meta = {
|
||||
title: `${siteConfig('TITLE')} | ${siteConfig('BIO')}`,
|
||||
title: `${siteConfig('TITLE')} | ${siteConfig('DESCRIPTION')}`,
|
||||
description: siteConfig('DESCRIPTION'),
|
||||
image: siteConfig('HOME_BANNER_IMAGE'),
|
||||
slug: '',
|
||||
|
||||
Reference in New Issue
Block a user