From eac6a3806dce1582799074755e3448a0091484b7 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 23 May 2023 16:03:36 +0800 Subject: [PATCH] default notion_host --- blog.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog.config.js b/blog.config.js index d9066ddc..ecd81f07 100644 --- a/blog.config.js +++ b/blog.config.js @@ -26,6 +26,8 @@ const BLOG = { CONTACT_TELEGRAM: process.env.NEXT_PUBLIC_CONTACT_TELEGRAM || '', // 你的telegram 地址 例如 https://t.me/tangly_1024 CONTACT_LINKEDIN: process.env.NEXT_PUBLIC_CONTACT_LINKEDIN || '', // 你的linkedIn 首页 + NOTION_HOST: process.env.NEXT_PUBLIC_NOTION_HOST || 'https://www.notion.so', // Notion域名,您可以选择用自己的域名进行反向代理 + // 网站字体 FONT_STYLE: process.env.NEXT_PUBLIC_FONT_STYLE || 'font-serif', // ['font-serif','font-sans'] 两种可选,分别是衬线和无衬线: 参考 https://www.jianshu.com/p/55e410bd2115 FONT_URL: [