diff --git a/netlify.toml b/netlify.toml index e69f3c81..2dc6a61e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -14,4 +14,9 @@ # Default build command. - command = "npm run build:prod:sub" \ No newline at end of file + command = "npm run build:prod:sub" + + + [[redirects]] + from = "/help/article/*" + to = "/help/:splat" \ No newline at end of file