astro-netlify-cms icon indicating copy to clipboard operation
astro-netlify-cms copied to clipboard

entryPoint is deprecated (includes fix)

Open rglanz opened this issue 1 year ago • 0 comments

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

rglanz avatar Jan 03 '24 20:01 rglanz