chore: fix incorrect default type (#7562)

This commit is contained in:
Emanuele Stoppa 2023-07-04 14:04:25 +01:00 committed by GitHub
parent 47b756e3e1
commit c412e4a7bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -830,7 +830,7 @@ export interface AstroUserConfig {
* @docs * @docs
* @name build.split * @name build.split
* @type {boolean} * @type {boolean}
* @default {false} * @default `false`
* @version 2.7.0 * @version 2.7.0
* @description * @description
* Defines how the SSR code should be bundled when built. * Defines how the SSR code should be bundled when built.