mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-17 23:16:50 +00:00
二维码文字相关
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user