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