From bfb8ef7aa1aaf96f53196649ce419da27a12a419 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Tue, 25 Jun 2024 13:32:23 +0200 Subject: [PATCH] fix yet another typo in the redirects --- public/netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/netlify.toml b/public/netlify.toml index 9558e471d8..634cf13d2f 100644 --- a/public/netlify.toml +++ b/public/netlify.toml @@ -204,7 +204,7 @@ force = true [[redirects]] - from = "/manual/nix" + from = "/manual/nix/*" to = "https://nix.dev/manual/nix/latest/:splat" status = 302 force = true