diff --git a/netlify.toml b/netlify.toml index b6104ab..0207952 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] -NODE_VERSION = "16" +NODE_VERSION = "18" [[plugins]] package = "@netlify/plugin-lighthouse" @@ -61,14 +61,19 @@ from = "/docs/21.11/*" to = "/21.11/:splat" status = 301 +[[redirects]] +from = "/docs/21.1/*" +to = "/21.11/:splat" +status = 301 + [[redirects]] from = "/docs/home/*" -to = "/home" +to = "/current/home" status = 301 [[redirects]] from = "/docs/reference/faq" -to = "/home" +to = "/current/home" status = 301 [[redirects]]