From 41e291984b92c90e575b96670ef9ac4954ccc839 Mon Sep 17 00:00:00 2001 From: rach-cmd Date: Wed, 16 Jul 2025 11:20:46 +0530 Subject: [PATCH] Notion id on env --- site.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.config.ts b/site.config.ts index cded79c3bf..55baf8c76a 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: process.env.NOTION_PAGE_ID ?? 'MISSING_ID', // 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)