Skip to content

Configuration could not be parsed #98

Closed Answered by kyoshino
jeremyikwuje asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @jeremyikwuje, thanks for checking out Sveltia CMS! I think your site is https://monierate.com/admin/ right?

I just checked the config and found an extra space before backend. Removing it solves the YAML parse error. (I’ll improve the Sveltia code to output more details in the browser console.)

Other than that, I think the repo and base_url have to be fixed. Try this:

backend:
  name: github
  repo: jeremyikwuje/monierate-website
  branch: main
  base_url: https://sveltia-cms-auth.monierate.workers.dev

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jeremyikwuje
Comment options

Answer selected by jeremyikwuje
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #97 on January 29, 2024 08:32.