You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
withentrypoint
here:astro-netlify-cms/integration/index.ts
Line 70 in 66d4f0f
The text was updated successfully, but these errors were encountered: