diff --git a/config/ssr.php b/config/ssr.php index 7d08e8e..08f69e5 100644 --- a/config/ssr.php +++ b/config/ssr.php @@ -25,7 +25,7 @@ * up some extra configuration below. If you want to use the V8 engine, make * sure the v8js php extension is available. */ - 'engine' => \Spatie\Ssr\Engines\Node::class, + 'engine' => env('SSR_ENGINE', \Spatie\Ssr\Engines\Node::class), /* * Extra setup for the Node engine.