Add books and examples subdomains
All checks were successful
/ check (push) Successful in 59s

This commit is contained in:
Oliver Davies 2025-08-18 18:34:58 +01:00
parent 88e8de8c30
commit 77b8ce89c8
2 changed files with 6 additions and 1 deletions

View file

@ -11,6 +11,8 @@ let
{ inherit port root url; } // overrides;
sites = [
(mkSite "books" {})
(mkSite "eric" {
rootSuffix = "/public";
@ -18,6 +20,8 @@ let
add_header X-Robots-Tag "noindex, nofollow";
'';
})
(mkSite "examples" {})
]
++
map