From 361ff802ef51c7133e4144a0690fbfe38f7ff659 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Fri, 1 Dec 2023 02:18:45 +0000 Subject: [PATCH] Disable static cache --- site/config/config.bradshaws.guide.php | 1 - 1 file changed, 1 deletion(-) diff --git a/site/config/config.bradshaws.guide.php b/site/config/config.bradshaws.guide.php index 01096a1f..0eafb5cd 100755 --- a/site/config/config.bradshaws.guide.php +++ b/site/config/config.bradshaws.guide.php @@ -4,7 +4,6 @@ "cache" => [ "pages" => [ "active" => true, - "type" => "static", ], ], "debug" => false,