From 6b31d89e1dc1e1885f032a77182610230095c429 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Wed, 30 Apr 2025 14:45:30 +0200 Subject: [PATCH] turn off debug conditionnaly --- public/site/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/site/config/config.php b/public/site/config/config.php index aab999b..2896a5f 100644 --- a/public/site/config/config.php +++ b/public/site/config/config.php @@ -1,7 +1,7 @@ true, + 'debug' => Dir::exists('assets/dist') ? false: true, 'cache' => [ 'pages' => [ 'active' => true