I installed a brand new Astro 3 with Astrowind theme onto Netlify via the GitHub Repo and clicking “Deploy to Netlify”
Next, I installed DecapCMS with npm i astro-netlify-cms
and pushing the changes live.
So I renamed /public/decapcms to /public/admin and I managed to get login working by enabling Identity within Netlify settings
It seems to be working for blog posts. I will have to look into how to hook it up to pages, navigation, and footer if possible.
The issue is that I’m trying to get this added
but instead it looks like this
Is there any way I can enable Image Upload rather than typing a URL to an image?