Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed Nov 13, 2024
1 parent ffc3948 commit 67284be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/static.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
'filename_max_length' => 255,
],

'optimize' => [
'options' => [
/**
* Define if you want to save the static cache after response has been sent to browser.
*/
Expand All @@ -88,6 +88,6 @@
/**
* Minify HTML before saving static file.
*/
'minify_html' => true,
'minify_html' => false,
],
];

0 comments on commit 67284be

Please sign in to comment.