diff --git a/lib/config.js b/lib/config.js index 9d2ddf39..8002e046 100644 --- a/lib/config.js +++ b/lib/config.js @@ -55,9 +55,6 @@ export const siteConfig = (key, defaultVal = null, extendConfig = null) => { if (!val && extendConfig) { val = extendConfig[key] } - if (extendConfig) { - console.log('extendConfig', extendConfig[key]) - } // 其次 NOTION没有找到配置,则会读取blog.config.js文件 if (!val) { diff --git a/themes/commerce/components/Footer.js b/themes/commerce/components/Footer.js index d6aa5908..1f3c6b6b 100644 --- a/themes/commerce/components/Footer.js +++ b/themes/commerce/components/Footer.js @@ -149,9 +149,15 @@ const Footer = props => { )}>