You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/configuration/output.mdx
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ contributors:
29
29
- mrzalyaul
30
30
- JakobJingleheimer
31
31
- long76
32
+
- ahabhgk
32
33
- tanyabouman
33
34
---
34
35
@@ -347,6 +348,12 @@ This option determines the name of CSS output files on disk. See [`output.filena
347
348
348
349
You **must not** specify an absolute path here. However, feel free to include folders separated by `'/'`. This specified path combines with the [`output.path`](#outputpath) value to pinpoint the location on the disk.
349
350
351
+
## output.cssHeadDataCompression
352
+
353
+
`boolean`
354
+
355
+
This option determines whether to compress the metadata generated in the head tag of CSS files. This option defaults to `true` in `production` and `false` in `development`[mode](/configuration/mode/) respectively.
0 commit comments