v0.4.4
What's Changed
- Add support for GitHub app and changing src url by @reteps in PR.
This PR enables us to support SveltiaCMS via setting the new configuration option through astro.config or env vars.
Ex:decapCMSSrcUrl="https://unpkg.com/@sveltia/[email protected]/dist/sveltia-cms.js"
- Require env vars only if relevant functionality is turned on
- Set pre-rendering on OAuth endpoints to false
- Bumped dependencies
New Contributors
Full Changelog: v0.4.1...v0.4.4