From 175bf18125f433afb40f1237ff045dcb043c70a8 Mon Sep 17 00:00:00 2001 From: karkinge Date: Tue, 3 Feb 2026 22:41:10 +0100 Subject: [PATCH] Fix asset handling on prod --- config/statamic/assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/statamic/assets.php b/config/statamic/assets.php index cfa5bb0..563ebe8 100644 --- a/config/statamic/assets.php +++ b/config/statamic/assets.php @@ -67,7 +67,7 @@ return [ | */ - 'cache' => false, + 'cache' => true, 'cache_path' => public_path('img'), /*