mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Update errors-data.ts for Astro.rewrite release in 4.13 (#11580)
* Update errors-data.ts * chore: remove unused error * deprecate the error instead --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
This commit is contained in:
parent
750d5328c9
commit
6aaeec5034
1 changed files with 2 additions and 1 deletions
|
@ -1141,6 +1141,7 @@ export const MissingMiddlewareForInternationalization = {
|
|||
} satisfies ErrorData;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @docs
|
||||
* @description
|
||||
* The user tried to rewrite using a route that doesn't exist, or it emitted a runtime error during its rendering phase.
|
||||
|
@ -1280,7 +1281,7 @@ export const ServerOnlyModule = {
|
|||
*
|
||||
* @see
|
||||
* - [Request.clone()](https://developer.mozilla.org/en-US/docs/Web/API/Request/clone)
|
||||
* - [Astro.rewrite](https://docs.astro.build/en/reference/configuration-reference/#experimentalrewriting)
|
||||
* - [Astro.rewrite](https://docs.astro.build/en/reference/api-reference/#astrorewrite)
|
||||
*/
|
||||
|
||||
export const RewriteWithBodyUsed = {
|
||||
|
|
Loading…
Reference in a new issue