1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat: improve header to set locale + remove setup page

This commit is contained in:
divlo
2021-04-18 18:02:55 +02:00
parent a1608b25b6
commit e68fdb132e
34 changed files with 283 additions and 691 deletions

View File

@ -4,7 +4,6 @@
"pages": {
"*": ["common"],
"/": ["home"],
"/setup": ["setup"],
"/404": ["errors"],
"/500": ["errors"]
}