Commit f1d20fff authored by Jens Giessmann's avatar Jens Giessmann

prevent redirectLoops, set pages->pageUseFallbackPage to false

parent 809d3ea0
Pipeline #77963 passed with stage
in 7 minutes and 9 seconds
......@@ -491,7 +491,8 @@ return [
],
'pages' => [
'class' => PagesModule::class,
'layout' => $boxLayout
'layout' => $boxLayout,
'pageUseFallbackPage' => false,
],
'prototype' => [
'class' => PrototypeModule::class,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment