0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/.changeset/eighty-donkeys-fly.md
Emanuele Stoppa 51d13e2f6c
feat: accept URL for entry points (#12226)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-10-15 15:07:18 +01:00

314 B

astro
minor

The following renderer fields and integration fields now accept URL as a type:

Renderers:

  • AstroRenderer.clientEntrpoint
  • AstroRenderer.serverEntrypoint

Integrations:

  • InjectedRoute.entrypoint
  • AstroIntegrationMiddleware.entrypoint
  • DevToolbarAppEntry.entrypoint