mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
Update site.config.ts
tailored for myself
This commit is contained in:
@@ -2,24 +2,24 @@ import { siteConfig } from './lib/site-config'
|
||||
|
||||
export default siteConfig({
|
||||
// the site's root Notion page (required)
|
||||
rootNotionPageId: '7875426197cf461698809def95960ebf',
|
||||
rootNotionPageId: '294260de730c80b4bc4adaf8dd4fa0bd',
|
||||
|
||||
// if you want to restrict pages to a single notion workspace (optional)
|
||||
// (this should be a Notion ID; see the docs for how to extract this)
|
||||
rootNotionSpaceId: null,
|
||||
|
||||
// basic site info (required)
|
||||
name: 'Next.js Notion Starter Kit',
|
||||
domain: 'nextjs-notion-starter-kit.transitivebullsh.it',
|
||||
author: 'Travis Fischer',
|
||||
name: 'For(;;);',
|
||||
domain: 'blog.d0zingcat.dev',
|
||||
author: 'Tony Tang',
|
||||
|
||||
// open graph metadata (optional)
|
||||
description: 'Example Next.js Notion Starter Kit Site',
|
||||
description: 'A place I transform my knowledge into text',
|
||||
|
||||
// social usernames (optional)
|
||||
twitter: 'transitive_bs',
|
||||
github: 'transitive-bullshit',
|
||||
linkedin: 'fisch2',
|
||||
twitter: 'd0zingcat',
|
||||
github: 'd0zingcat',
|
||||
// linkedin: 'fisch2',
|
||||
// mastodon: '#', // optional mastodon profile URL, provides link verification
|
||||
// newsletter: '#', // optional newsletter URL
|
||||
// youtube: '#', // optional youtube channel name or `channel/UCGbXXXXXXXXXXXXXXXXXXXXXX`
|
||||
|
||||
Reference in New Issue
Block a user