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 为博客示例,如果不需要博客功能,请删除)
|
* (blog 为博客示例,如果不需要博客功能,请删除)
|
||||||
* (demoDoc 为参考示例,如果不需要它,请删除)
|
* (demoDoc 为参考示例,如果不需要它,请删除)
|
||||||
*/
|
*/
|
||||||
export default defineCollection([
|
export default defineCollections([
|
||||||
blog,
|
blog,
|
||||||
demoDoc,
|
demoDoc,
|
||||||
])
|
])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user