mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-06-04 15:11:08 +00:00
fix: minor bug fixes and updating next to canary
This commit is contained in:
@@ -45,7 +45,7 @@ export const notionRootPageId = getEnv('NOTION_ROOT_PAGE_ID')
|
||||
export const siteName = getEnv('SITE_NAME', 'Transitive Bullshit')
|
||||
export const siteDesc = getEnv(
|
||||
'SITE_DESC',
|
||||
'Personal blog and portfolio of Travis Fischer aka Transitive Bullshit.'
|
||||
'Personal site of Travis Fischer aka Transitive Bullshit.'
|
||||
)
|
||||
export const siteImage = getEnv('SITE_IMAGE', '/social.jpg')
|
||||
export const siteFavicon = getEnv('SITE_FAVICON', '/favicon.png')
|
||||
|
||||
Reference in New Issue
Block a user