0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

Fix build.excludeMiddleware default type docs (#7630)

This commit is contained in:
Yan Thomas 2023-07-12 10:48:38 -03:00 committed by GitHub
parent 0952a815b7
commit c38b0c49da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -854,7 +854,7 @@ export interface AstroUserConfig {
* @docs
* @name build.excludeMiddleware
* @type {boolean}
* @default {false}
* @default `false`
* @version 2.8.0
* @description
* Defines whether or not any SSR middleware code will be bundled when built.