mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
demo: update media dir in cms example config (#1796)
This commit is contained in:
parent
7108eefac1
commit
ca0a0e264e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
backend:
|
||||
name: git-gateway
|
||||
branch: master
|
||||
media_folder: 'static/img/'
|
||||
public_folder: 'img'
|
||||
media_folder: 'static/media/'
|
||||
public_folder: 'media'
|
||||
collections:
|
||||
- name: authors
|
||||
label: Authors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue