chore: fix incorrect default type (#7562)
This commit is contained in:
parent
47b756e3e1
commit
c412e4a7bb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue