From 8b2fc8e0caa8ce8d65791c91c4f45f3c4a1d71ef Mon Sep 17 00:00:00 2001 From: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com> Date: Thu, 9 Sep 2021 10:19:27 -0600 Subject: [PATCH] Update netlify.toml toml test for redirects --- netlify.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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