diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-02 17:21:08 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-02 17:21:08 +0200 |
| commit | abe20d0692d578546aa90e8e89266e69e02729c2 (patch) | |
| tree | cd7e7219bf36dd93b326a94fa776e5f230c5d10d /site/static/admin/config.yml | |
| parent | b7230f8ee13768c1da8ee8e742172696843c6371 (diff) | |
WIP
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 |
