From c412e4a7bbc6f56b353aefcf13666d3b46f73dfa Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 4 Jul 2023 14:04:25 +0100 Subject: [PATCH] chore: fix incorrect default type (#7562) --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 69c0ffed5..185401a89 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -830,7 +830,7 @@ export interface AstroUserConfig { * @docs * @name build.split * @type {boolean} - * @default {false} + * @default `false` * @version 2.7.0 * @description * Defines how the SSR code should be bundled when built.