mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
15 lines
314 B
Markdown
15 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`
|