A few gotchas with Netflify CMS & 11ty

Published

Setting up your 11ty website with Netlify CMS has a few quirks

Recently trying to set up Netlify CMS with 11ty website, here are some findings that worked for us.

Config.yml

Changing

backend: name: git-gateway branch: master

to

backend: name: git-gateway branch: main

https://answers.netlify.com/t/not-found-when-trying-to-login-with-netlify-identity/26507/8

.gitignore

Add in

/node_modules/