@@ -2,24 +2,24 @@ import { siteConfig } from './lib/site-config'
2
2
3
3
export default siteConfig ( {
4
4
// the site's root Notion page (required)
5
- rootNotionPageId : '7875426197cf461698809def95960ebf ' ,
5
+ rootNotionPageId : '11fd189352fe80cab779d8d6673c5949 ' ,
6
6
7
7
// if you want to restrict pages to a single notion workspace (optional)
8
8
// (this should be a Notion ID; see the docs for how to extract this)
9
9
rootNotionSpaceId : null ,
10
10
11
11
// 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 : '幽灵泰瑞宝 ' ,
15
15
16
16
// open graph metadata (optional)
17
- description : 'Example Next.js Notion Starter Kit Site ' ,
17
+ description : '主要是一些读书笔记,零零散散,不成体系 ' ,
18
18
19
19
// social usernames (optional)
20
- twitter : 'transitive_bs' ,
21
- github : 'transitive-bullshit ' ,
22
- linkedin : 'fisch2' ,
20
+ // twitter: 'transitive_bs',
21
+ github : 'yongx ' ,
22
+ // linkedin: 'fisch2',
23
23
// mastodon: '#', // optional mastodon profile URL, provides link verification
24
24
// newsletter: '#', // optional newsletter URL
25
25
// youtube: '#', // optional youtube channel name or `channel/UCGbXXXXXXXXXXXXXXXXXXXXXX`
0 commit comments