fix comment
This commit is contained in:
parent
a5369ae504
commit
f6b14fb216
1 changed files with 2 additions and 1 deletions
|
@ -452,7 +452,8 @@ export interface AstroUserConfig {
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
* @default `true`
|
* @default `true`
|
||||||
* @description
|
* @description
|
||||||
* Set to `true` to enable compressHTML mode. This will remove all whitespace from your final HTMl file, including newlines. This is useful for reducing the size of your final build html bundle
|
* Astro removes all whitespace from your final HTML file, including line breaks, by default. This is useful for reducing the size of your final build's HTML bundle.
|
||||||
|
* To disable this, set the `compressHTML` flag to `false`.
|
||||||
*
|
*
|
||||||
* ```js
|
* ```js
|
||||||
* {
|
* {
|
||||||
|
|
Loading…
Add table
Reference in a new issue