0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
Dillon Walsh 2024-06-25 11:18:01 +00:00 committed by astrobot-houston
parent e79859129b
commit 6ebc6c85de

View file

@ -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