diff options
Diffstat (limited to 'site/static/admin/config.yml')
| -rw-r--r-- | site/static/admin/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml index 657ec6d..0cff9c1 100644 --- a/site/static/admin/config.yml +++ b/site/static/admin/config.yml @@ -1,9 +1,9 @@ backend: name: github - repo: owner/repo # Path to your Github repository + repo: darindimitroff/netlify-cms-template # Path to your Github repository branch: master # Branch to update (master by default) -media_folder: "img/uploads" # Folder where user uploaded files should go +media_folder: "/img/uploads" # Folder where user uploaded files should go collections: # A list of collections the CMS should be able to edit - name: "post" # Used in routes, ie.: /admin/collections/:slug/edit |
