Skip to content

Commit d5724bc

Browse files
authored
Update site.config.ts
modify some config value
1 parent 0e40674 commit d5724bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

site.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ import { siteConfig } from './lib/site-config'
22

33
export default siteConfig({
44
// the site's root Notion page (required)
5-
rootNotionPageId: '7875426197cf461698809def95960ebf',
5+
rootNotionPageId: '11fd189352fe80cab779d8d6673c5949',
66

77
// if you want to restrict pages to a single notion workspace (optional)
88
// (this should be a Notion ID; see the docs for how to extract this)
99
rootNotionSpaceId: null,
1010

1111
// basic site info (required)
12-
name: 'Next.js Notion Starter Kit',
13-
domain: 'nextjs-notion-starter-kit.transitivebullsh.it',
14-
author: 'Travis Fischer',
12+
name: '读书笔记',
13+
domain: 'notes.ohso.me',
14+
author: '幽灵泰瑞宝',
1515

1616
// open graph metadata (optional)
17-
description: 'Example Next.js Notion Starter Kit Site',
17+
description: '主要是一些读书笔记,零零散散,不成体系',
1818

1919
// social usernames (optional)
20-
twitter: 'transitive_bs',
21-
github: 'transitive-bullshit',
22-
linkedin: 'fisch2',
20+
// twitter: 'transitive_bs',
21+
github: 'yongx',
22+
// linkedin: 'fisch2',
2323
// mastodon: '#', // optional mastodon profile URL, provides link verification
2424
// newsletter: '#', // optional newsletter URL
2525
// youtube: '#', // optional youtube channel name or `channel/UCGbXXXXXXXXXXXXXXXXXXXXXX`

0 commit comments

Comments
 (0)