mirror of
https://github.com/archtechx/nix.git
synced 2025-12-12 03:24:02 +00:00
fix typo in readme
This commit is contained in:
parent
ffa4ebb11a
commit
9a708496df
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ null for no redirect, or an integer status code for an enabled redirect.
|
|||
```nix
|
||||
(laravelSite {
|
||||
name = "foo";
|
||||
domains = [ "foo.com" ]
|
||||
domains = [ "foo.com" ];
|
||||
wwwRedirect = 301; # permanent redirect
|
||||
# ...
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue