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', ], /*