diff options
Diffstat (limited to 'static/default.nix')
-rw-r--r-- | static/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/default.nix b/static/default.nix index 04bd077..f7c98f0 100644 --- a/static/default.nix +++ b/static/default.nix @@ -26,7 +26,7 @@ -s ./src \ -d ./_site \ -w -I -D \ - -P 4001 + -P 4002 ''; allInputs = depInputs ++ [ jekyllEnv serve ]; |