fix social descriptions

This commit is contained in:
Travis Fischer
2022-03-29 07:26:06 -04:00
parent 79d4cea1b4
commit eb695aa5ec
10 changed files with 69 additions and 87 deletions

View File

@@ -51,15 +51,6 @@ export const zhihu: string | null = getSiteConfig('zhihu', null)
export const github: string | null = getSiteConfig('github', null)
export const linkedin: string | null = getSiteConfig('linkedin', null)
export const socialImageTitle: string | null = getSiteConfig(
'socialImageTitle',
null
)
export const socialImageSubtitle: string | null = getSiteConfig(
'socialImageSubtitle',
null
)
// default notion values for site-wide consistency (optional; may be overridden on a per-page basis)
export const defaultPageIcon: string | null = getSiteConfig(
'defaultPageIcon',