forked from CCCHH/nix-infra
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
5a989fff69 |
1 changed files with 8 additions and 0 deletions
|
|
@ -32,6 +32,14 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
locations."/de/posts/faq" = {
|
||||
return = "302 /de/faq/";
|
||||
};
|
||||
|
||||
locations."/en/posts/faq" = {
|
||||
return = "302 /en/faq/";
|
||||
};
|
||||
|
||||
root = "${dataDir}";
|
||||
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue