We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am building a pretty simple Nuxt3 static site, with decap CMS
here's my config
backend: name: git-gateway branch: master # Branch to update (optional; defaults to master) # media_folder: public/img # public_folder: /img site_url: https://peplum.netlify.app/ collections: - name: 'blog' label: 'Blog' folder: 'content/blog' format: 'frontmatter' create: true slug: '{{year}}-{{month}}-{{day}}-{{slug}}' 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' }
on /admin I get the error that config.yml failed to load, please check. Unable to fix it, any help is greatly appreciated.
Best
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am building a pretty simple Nuxt3 static site, with decap CMS
here's my config
on /admin I get the error that config.yml failed to load, please check. Unable to fix it, any help is greatly appreciated.
Best
The text was updated successfully, but these errors were encountered: