Rename page "404" to "error"

This commit is contained in:
Giuseppe Criscione 2022-11-28 23:33:45 +01:00
parent ddf9b749ca
commit c46b825bc7
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ return [
],
'pages' => [
'index' => 'index',
'error' => '404'
'error' => 'error'
],
'parsers' => [
'use_php_yaml' => 'parse'