-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
bugSomething isn't workingSomething isn't working
Description
你当前使用的Elog版本
0.14.5
Elog配置文件
module.exports = {
write: {
platform: 'flowus',
flowus: {
tablePageId: process.env.FLOWUS_TABLE_PAGE_ID,
filter: false,
sort: true,
catalog: true
},
},
deploy: {
platform: 'local',
local: {
outputDir: './docs',
filename: 'urlname',
format: 'markdown',
formatExt: '',
catalog: true,
frontMatter: {
enable: true,
exclude: ['status'],
}
}
},
image: {
enable: false,
platform: 'local',
local: {
outputDir: './docs/images',
prefixKey: '/images',
pathFollowDoc: false,
}
}
}发生了什么?
当我选择多个catalog时,运行同步命令卡住,不能继续进行下去。选择一个catalog的时候是可以同步的。

Elog错误日志
No response
附加信息
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
