Skip to content

Commit 0394a13

Browse files
committed
fix CSS busting problems
1 parent a63a527 commit 0394a13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
* enable timestamping regardless of debug value.
8989
*/
9090
'Asset' => [
91-
//'timestamp' => true,
91+
'timestamp' => 'force',
9292
// 'cacheTime' => '+1 year'
9393
],
9494

0 commit comments

Comments
 (0)