Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entryPoint is deprecated (includes fix) #86

Open
rglanz opened this issue Jan 3, 2024 · 0 comments
Open

entryPoint is deprecated (includes fix) #86

rglanz opened this issue Jan 3, 2024 · 0 comments

Comments

@rglanz
Copy link

rglanz commented Jan 3, 2024

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:

entryPoint: 'astro-netlify-cms/admin-dashboard.astro',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant