Skip to content

Commit

Permalink
document runMiddleware default
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Oct 16, 2023
1 parent 0ad7351 commit 9b59a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export interface RenderErrorOptions {
response?: Response;
status: 404 | 500;
/**
* Whether to call onRequest() while rendering the error page
* Whether to call onRequest() while rendering the error page. Defaults to true.
*/
runMiddleware?: boolean;
}
Expand Down

0 comments on commit 9b59a18

Please sign in to comment.