changed media_folder to static/images
This commit is contained in:
parent
42877fd7b3
commit
296fef932e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ backend:
|
||||||
# optional, defaults to main
|
# optional, defaults to main
|
||||||
# branch: main
|
# branch: main
|
||||||
locale: 'fr'
|
locale: 'fr'
|
||||||
media_folder: "static"
|
media_folder: "static/images"
|
||||||
public_folder: "/images"
|
public_folder: "/images"
|
||||||
collections:
|
collections:
|
||||||
- name: posts
|
- name: posts
|
||||||
|
|
Loading…
Reference in a new issue