mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
51d13e2f6c
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
14 lines
314 B
Markdown
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`
|