diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-02 16:09:21 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-02 16:09:21 +0200 |
| commit | 20d33818a838a7c022456d5620d255283531ba97 (patch) | |
| tree | 7ea19ac7b847c10f2783a5b50f956f1e3ed5cbd6 /site/static/admin/config.yml | |
| parent | 4ad2ee71fbecb4dcef47319e3cbbe18b57cd1c61 (diff) | |
WIP
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 |
