Skip to content

Commit d2cae69

Browse files
Update config.yml
1 parent 98306ce commit d2cae69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/admin/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ media_folder: "static/img/post" # 存放图片的文件夹
88
public_folder: "/img/post" # 上传图片的src属性会以该路径开头
99
# 以下是我的Collections内容,如需要请根据自己的头文件内容自定义
1010
collections:
11-
- name: "blog" # 定义该collection的路径
11+
- name: "re" # 定义该collection的路径
1212
label: "Blog" # 后台显示的名字
1313
folder: "blog" # "content/blog/2018" # 文章存放文件夹
1414
create: true # 允许创建新文件

0 commit comments

Comments
 (0)