How to setup my local git repository? #179
-
Beta Was this translation helpful? Give feedback.
Answered by
kyoshino
Jul 19, 2024
Replies: 1 comment 5 replies
-
As described in the Decap CMS doc, the backend config has to be: backend:
name: github # or gitlab
repo: owner-name/repo-name # path to your repo Looks like |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
asdromundo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As described in the Decap CMS doc, the backend config has to be:
Looks like
name: local
orname: proxy
could be used in Netlify/Decap CMS as per decaporg/decap-cms#7217. I’ll later add compatibility for these legacy, undocumented backend names.