From 1bc39cc02e048a817726c02e5b11e206a6832edf Mon Sep 17 00:00:00 2001 From: MOOD MNKY Date: Sun, 13 Aug 2023 17:42:42 -0400 Subject: [PATCH 1/2] Update site.config.ts --- site.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.config.ts b/site.config.ts index 4b82dc5482..f5823c3536 100644 --- a/site.config.ts +++ b/site.config.ts @@ -2,7 +2,7 @@ import { siteConfig } from './lib/site-config' export default siteConfig({ // the site's root Notion page (required) - rootNotionPageId: '7875426197cf461698809def95960ebf', + rootNotionPageId: 'b37a275a219d4b899d6fa650a2bd46de', // if you want to restrict pages to a single notion workspace (optional) // (this should be a Notion ID; see the docs for how to extract this) From 9f408cd87661efe3d977b6d78daa4b2a2586a590 Mon Sep 17 00:00:00 2001 From: MOOD MNKY Date: Thu, 4 Jan 2024 12:54:03 -0500 Subject: [PATCH 2/2] Update site.config.ts --- site.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.config.ts b/site.config.ts index dfabfbc65e..a9d824f611 100644 --- a/site.config.ts +++ b/site.config.ts @@ -2,7 +2,7 @@ import { siteConfig } from './lib/site-config' export default siteConfig({ // the site's root Notion page (required) - rootNotionPageId: 'b37a275a219d4b899d6fa650a2bd46de', + rootNotionPageId: 'd8a42082a8774fcba91523af7b63f826', // if you want to restrict pages to a single notion workspace (optional) // (this should be a Notion ID; see the docs for how to extract this)