Skip to content
New issue

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

Error loading config.yml #6828

Closed
hellopeplum opened this issue Jun 30, 2023 · 0 comments
Closed

Error loading config.yml #6828

hellopeplum opened this issue Jun 30, 2023 · 0 comments
Labels
type: bug code to address defects in shipped code

Comments

@hellopeplum
Copy link

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

@hellopeplum hellopeplum added the type: bug code to address defects in shipped code label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

No branches or pull requests

1 participant