From 4072d67760ff5aa8b4b324bb34d7f748ffa9d48a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 15 Sep 2021 18:47:34 +0200 Subject: [PATCH] Mod testing --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netlify.toml b/netlify.toml index 09750667e..f149edc7a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -29,3 +29,7 @@ HUGO_VERSION = "0.88.1" [context.next.environment] HUGO_ENABLEGITINFO = "true" +[[redirects]] +from = "/npmjs/*" +to = "/npmjs/" +status = 200 \ No newline at end of file