From debc7fc1a656a7128887e713eaf2eb5d93acc82c Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 29 Mar 2022 11:30:01 -0400 Subject: [PATCH] switch default notion ID to 7875426197cf461698809def95960ebf --- site.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site.config.js b/site.config.js index 08c1469..57c41c3 100644 --- a/site.config.js +++ b/site.config.js @@ -1,6 +1,6 @@ export default { - // where it all starts -- the site's root Notion page (required) - rootNotionPageId: '78fc5a4b88d74b0e824e29407e9f1ec1', + // the site's root Notion page (required) + rootNotionPageId: '7875426197cf461698809def95960ebf', // 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)