Config angepasst für korrekte Homepage
This commit is contained in:
@@ -2,12 +2,22 @@
|
||||
|
||||
return [
|
||||
'debug' => true,
|
||||
|
||||
// Home-Seite explizit definieren
|
||||
'home' => 'home',
|
||||
|
||||
'panel' => [
|
||||
'vue' => [
|
||||
'compiler' => false
|
||||
]
|
||||
],
|
||||
'routes' => [
|
||||
[
|
||||
'pattern' => '/',
|
||||
'action' => function() {
|
||||
return site()->homePage();
|
||||
}
|
||||
],
|
||||
[
|
||||
'pattern' => 'sitemap.xml',
|
||||
'action' => function() {
|
||||
|
||||
Reference in New Issue
Block a user