Skip to content

Commit 67284be

Browse files
committed
wip
1 parent ffc3948 commit 67284be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: config/static.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
'filename_max_length' => 255,
8080
],
8181

82-
'optimize' => [
82+
'options' => [
8383
/**
8484
* Define if you want to save the static cache after response has been sent to browser.
8585
*/
@@ -88,6 +88,6 @@
8888
/**
8989
* Minify HTML before saving static file.
9090
*/
91-
'minify_html' => true,
91+
'minify_html' => false,
9292
],
9393
];

0 commit comments

Comments
 (0)