delucis / astro-netlify-cms

Integration to add Netlify CMS’s admin dashboard to any Astro project
161 stars 21 forks source link

entryPoint is deprecated (includes fix) #86

Open rglanz opened 9 months ago

rglanz commented 9 months ago

With Astro v4+, a warning pops up when the dev server is launched:

[WARN] The injected route "/admin" by netlify-cms specifies the entry point with the "entryPoint" property. This property is deprecated, please use "entrypoint" instead.

I've tested and this works by simply replacing entryPoint with entrypoint here: https://github.com/delucis/astro-netlify-cms/blob/66d4f0f218b38618798ff9f4257ceee558dd45b4/integration/index.ts#L70