Skip to content

Commit 643a045

Browse files
Update config.yml
1 parent ee93281 commit 643a045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/admin/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ public_folder: "/img/post" # 上传图片的src属性会以该路径开头
99
# 以下是我的Collections内容,如需要请根据自己的头文件内容自定义
1010
collections:
1111
- name: "re" # 定义该collection的路径
12-
label: ["blog","docs"] # 后台显示的名字
13-
folder: ["blog","docs"]
12+
label: "blog" # 后台显示的名字
13+
folder: "blog"
1414
create: true # 允许创建新文件
1515
slug: "{{slug}}" # 文件名字模版,{{slug}} 取自title
1616
fields: # 定义front matter的显示与数据类型

0 commit comments

Comments
 (0)