Skip to content

Commit

Permalink
Update astro.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 committed Aug 14, 2023
1 parent da03671 commit 48d6c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@ export interface AstroUserConfig {
* @type {boolean}
* @default `true`
* @description
* This is an option to minify your HTML output and reduce the size of your HTML files. When enabled, Astro removes all whitespace from your HTML, including line breaks, from `.astro` components. This occurs both in development mode and in the final build.
* This is enabled by default; to disable this, set the `compressHTML` flag to `false`.
* This is an option to minify your HTML output and reduce the size of your HTML files. By default, Astro removes all whitespace from your HTML, including line breaks, from `.astro` components. This occurs both in development mode and in the final build.
* To disable HTML compression, set the `compressHTML` flag to `false`.
*
* ```js
* {
Expand Down

0 comments on commit 48d6c0c

Please sign in to comment.