Add to config.example.yml

(cherry picked from commit 4a39f33006)
This commit is contained in:
Yury Bondarenko
2024-03-22 16:23:09 +01:00
committed by github-actions[bot]
parent 3b11ac517c
commit fd10fbe2a8
2 changed files with 8 additions and 1 deletions

View File

@@ -12,5 +12,5 @@ export interface UniversalConfig extends Config {
* this option can be disabled to boost server performance at the expense of
* loading smoothness.
*/
inlineCriticalCss?;
inlineCriticalCss?: boolean;
}