Config angepasst für korrekte Homepage

This commit is contained in:
2025-09-22 10:05:46 +02:00
parent 2f782a4f6e
commit b829f0e479
3 changed files with 57 additions and 8 deletions
+10
View File
@@ -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() {