diff options
Diffstat (limited to 'www/html.nix')
| -rw-r--r-- | www/html.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/html.nix b/www/html.nix index 729ea12..97cf089 100644 --- a/www/html.nix +++ b/www/html.nix @@ -9,7 +9,6 @@ inherit (lib) mkOption types; in { - title = "Stadtteilbeirat Heimfeld"; files = let root = ./html; @@ -49,7 +48,7 @@ redirects ++ map (file: { name = lib.path.removePrefix root file; - value = file; + value = lib.mkDefault file; }) files ); }; |
