diff options
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index c25879806..47c7ecb71 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -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. |