@@ -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 : '7c9a8432ae744bcdae2574ebe78fd4a8 ' ,
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 : 'iosifache ' ,
13
+ domain : 'iosifache.me ' ,
14
+ author : 'George-Andrei Iosif ' ,
15
15
16
16
// open graph metadata (optional)
17
- description : 'Example Next.js Notion Starter Kit Site ' ,
17
+ description : 'Random bits of informatione ' ,
18
18
19
19
// social usernames (optional)
20
- twitter : 'transitive_bs ' ,
21
- github : 'transitive-bullshit ' ,
22
- linkedin : 'fisch2 ' ,
20
+ twitter : 'iosifache ' ,
21
+ github : 'iosifache ' ,
22
+ linkedin : 'iosifache ' ,
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`
@@ -40,13 +40,10 @@ export default siteConfig({
40
40
41
41
// map of notion page IDs to URL paths (optional)
42
42
// any pages defined here will override their default URL paths
43
- // example:
44
- //
45
- // pageUrlOverrides: {
46
- // '/foo': '067dd719a912471ea9a3ac10710e7fdf',
47
- // '/bar': '0be6efce9daf42688f65c76b89f8eb27'
48
- // }
49
- pageUrlOverrides : null ,
43
+ pageUrlOverrides : {
44
+ '/about' : 'cd0ea0931a1d40bc9f42935541c3e724' ,
45
+ '/now' : '0c73e78e08b7489fbf7a7ace3c3b58d8'
46
+ } ,
50
47
51
48
// whether to use the default notion navigation style or a custom one with links to
52
49
// important pages
0 commit comments