diff --git a/netlify.toml b/netlify.toml index 29d7f40..58b2ec4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,6 +5,10 @@ command = "npm run seq -- build:preview diff:check" [context.production] command = "npm run seq -- build:production diff:check" +[[redirects]] +from = "/specification/list" +to = "/specification" + [[redirects]] from = "/specification" to = "/specification/latest/"