mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
fix(cli): corrects function call for defining multiple collections (#748)
This commit is contained in:
parent
aa8e774a1b
commit
2fc6ea5064
@ -117,7 +117,7 @@ const demoDoc = defineCollection({
|
||||
* (blog 为博客示例,如果不需要博客功能,请删除)
|
||||
* (demoDoc 为参考示例,如果不需要它,请删除)
|
||||
*/
|
||||
export default defineCollection([
|
||||
export default defineCollections([
|
||||
blog,
|
||||
demoDoc,
|
||||
])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user