1
0
Fork 0
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:
Samuel Štancl 2025-08-29 01:11:18 +02:00
parent ffa4ebb11a
commit 9a708496df

View file

@ -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
# ...
})