0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -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

14 lines
314 B
Markdown

---
'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`