diff options
Diffstat (limited to 'site/static/admin/config.yml')
| -rw-r--r-- | site/static/admin/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml index fb11c32..b374e60 100644 --- a/site/static/admin/config.yml +++ b/site/static/admin/config.yml @@ -3,7 +3,8 @@ backend: repo: darindimitroff/netlify-cms-template # Path to your Github repository branch: master # Branch to update (master by default) -media_folder: "/site/static/img" # Folder where user uploaded files should go +media_folder: "dist/img" # Folder where user uploaded files should go +public_folder: "dist" # CMS now knows 'source' is the public folder and will strip this from the path collections: # A list of collections the CMS should be able to edit - name: "post" # Used in routes, ie.: /admin/collections/:slug/edit |
