@@ -2,24 +2,25 @@ import { siteConfig } from './lib/site-config'
22
33export default siteConfig ( {
44 // the site's root Notion page (required)
5- rootNotionPageId : '7875426197cf461698809def95960ebf ' ,
5+ rootNotionPageId : '67b39848cef94612b01ca6c1dc4d81a6 ' ,
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 : 'JavaScript Cebu Community ' ,
13+ domain : 'jscebu.org ' ,
14+ author : 'JavaScript Cebu ' ,
1515
1616 // open graph metadata (optional)
17- description : 'Example Next.js Notion Starter Kit Site ' ,
17+ description : 'Community homepage for JavaScript Cebu ' ,
1818
1919 // social usernames (optional)
20- twitter : 'transitive_bs' ,
21- github : 'transitive-bullshit' ,
22- linkedin : 'fisch2' ,
20+ facebook : 'JavascriptCebu' ,
21+ twitter : 'JavascriptCebu' ,
22+ github : 'javascriptcebu' ,
23+ // linkedin: 'fisch2',
2324 // mastodon: '#', // optional mastodon profile URL, provides link verification
2425 // newsletter: '#', // optional newsletter URL
2526 // youtube: '#', // optional youtube channel name or `channel/UCGbXXXXXXXXXXXXXXXXXXXXXX`
@@ -42,11 +43,15 @@ export default siteConfig({
4243 // any pages defined here will override their default URL paths
4344 // example:
4445 //
45- // pageUrlOverrides: {
46- // '/foo': '067dd719a912471ea9a3ac10710e7fdf',
47- // '/bar': '0be6efce9daf42688f65c76b89f8eb27'
48- // }
49- pageUrlOverrides : null ,
46+ pageUrlOverrides : {
47+ '/mission-vision' : '0c6ba96856cb4941b4f5eb8f0a9d2c25' ,
48+ '/members' : 'c69fd58103314a0a871b5f072b9a8ef8' ,
49+ '/ideas' : 'ab4c593485a04708aef5aa418bdac513' ,
50+ '/meeting-notes' : '7cf10a64c4c64281845df4adc45a1f95' ,
51+ '/tasks' : '7e7678d78abd4bde8be7226af06c3487' ,
52+ '/official-links' : 'cb911533889445dfa31333f69e65eb0e'
53+ } ,
54+ // pageUrlOverrides: null,
5055
5156 // whether to use the default notion navigation style or a custom one with links to
5257 // important pages. To use `navigationLinks`, set `navigationStyle` to `custom`.
0 commit comments