astro-netlify-cms
astro-netlify-cms copied to clipboard
entryPoint is deprecated (includes fix)
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