when i start the project and go to https://itolimaesther.netlify.app/admin/
I get the following error
Error loading the CMS configuration
The config.yml file could not be loaded or failed to parse properly.
Error message: Error: Failed to load config.yml (404)
Here is config.yml
backend:
name: git-gateway
branch: master
media_folder: static/img
public_folder: /img
collections:
- name: ‘about’
label: ‘about’
folder: ‘pages/about’
create: true
slug: ‘index’
media_folder: ‘’
public_folder: ‘’
path: ‘{{title}}/index’
editor:
preview: false
fields:- { label: ‘Title’, name: ‘title’, widget: ‘string’ }
- { label: ‘Publish Date’, name: ‘date’, widget: ‘datetime’ }
- { label: ‘Description’, name: ‘description’, widget: ‘string’ }
- { label: ‘Body’, name: ‘body’, widget: ‘markdown’ }