From 90e0648c174765a59040b6665a0bdec24b3f8d7d Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Sun, 3 Nov 2024 04:48:43 +0300 Subject: [PATCH] Added more configuration parameters by default --- config/platform.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/platform.php b/config/platform.php index b361d275a..644f43cf4 100644 --- a/config/platform.php +++ b/config/platform.php @@ -260,7 +260,10 @@ */ 'turbo' => [ - 'cache' => true, + 'cache' => true, + 'prefetch' => true, + 'refresh-method' => 'replace', + 'refresh-scroll' => 'reset', ], /*