A simple OAuth2 serverless gateway for Netlify CMS written in TypeScript.
If you would like to use Netlify CMS to manage your site deployed to Vercel.
GitHub and Gitlab requires a server for authentication and Netlify provides this server only for sites deployed to it. Fortunately, such server is rather small and can work with Vercel's serverless functions.
In yours projects modify config.yml
file:
backend:
name: [github | gitlab]
repo: adrian-ub/adrian-ub # Path to your Github/Gitlab repository
branch: main # Branch to update
base_url: https://netlify-cms.adrianub.vercel.app
- Adrián UB (@AdrianUB)