Skip to content
This repository was archived by the owner on May 12, 2023. It is now read-only.

Commit c765183

Browse files
committed
Adds personal details
1 parent 8b81340 commit c765183

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

site.config.ts

Lines changed: 12 additions & 15 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: '7c9a8432ae744bcdae2574ebe78fd4a8',
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: 'iosifache',
13+
domain: 'iosifache.me',
14+
author: 'George-Andrei Iosif',
1515

1616
// open graph metadata (optional)
17-
description: 'Example Next.js Notion Starter Kit Site',
17+
description: 'Random bits of informatione',
1818

1919
// social usernames (optional)
20-
twitter: 'transitive_bs',
21-
github: 'transitive-bullshit',
22-
linkedin: 'fisch2',
20+
twitter: 'iosifache',
21+
github: 'iosifache',
22+
linkedin: 'iosifache',
2323
// mastodon: '#', // optional mastodon profile URL, provides link verification
2424
// newsletter: '#', // optional newsletter URL
2525
// youtube: '#', // optional youtube channel name or `channel/UCGbXXXXXXXXXXXXXXXXXXXXXX`
@@ -40,13 +40,10 @@ export default siteConfig({
4040

4141
// map of notion page IDs to URL paths (optional)
4242
// 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+
},
5047

5148
// whether to use the default notion navigation style or a custom one with links to
5249
// important pages

0 commit comments

Comments
 (0)