diff options
| -rw-r--r-- | site/static/admin/config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/site/static/admin/config.yml b/site/static/admin/config.yml index d1c0aa5..fb11c32 100644 --- a/site/static/admin/config.yml +++ b/site/static/admin/config.yml @@ -4,7 +4,6 @@ backend: branch: master # Branch to update (master by default) media_folder: "/site/static/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 |
