diff --git a/flake.nix b/flake.nix index f1adaa4..86d4603 100644 --- a/flake.nix +++ b/flake.nix @@ -20,11 +20,11 @@ redirects = pkgs.writeTextFile { name = "_redirects"; text = '' - /static/* /static/:splat 200! - /docs/w/* /:splat 301! - /~ / 301! - / /docs/w/~ 200! - /* /docs/w/:splat 200! + /static/* /static/:splat 200 + /docs/w/* /:splat 301 + /~ / 301 + / /docs/w/~ 200 + /* /docs/w/:splat 200 ''; }; buildDocs = pkgs.writeShellApplication {