mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
e79859129b
commit
6ebc6c85de
1 changed files with 2 additions and 2 deletions
|
@ -751,9 +751,9 @@ export interface AstroUserConfig {
|
|||
* @default `true`
|
||||
* @description
|
||||
*
|
||||
* This is an option to minify your HTML output and reduce the size of your HTML files, occuring both in development mode and in the final build.
|
||||
* This is an option to minify your HTML output and reduce the size of your HTML files, occuring both in development mode and in the final build.
|
||||
* By default, Astro removes whitespace from your HTML, including line breaks, from .astro components in a lossless manner.
|
||||
* It is important to note that some whitespace may be kept to preserve the visual rendering of your HTML.
|
||||
* It is important to note that some whitespace may be kept to preserve the visual rendering of your HTML.
|
||||
* To disable HTML compression, set the compressHTML flag to false.
|
||||
*
|
||||
* ```js
|
||||
|
|
Loading…
Reference in a new issue