diff --git a/landing/next.config.js b/landing/next.config.js index de2db9bbc2..41310ad9b4 100644 --- a/landing/next.config.js +++ b/landing/next.config.js @@ -51,6 +51,16 @@ const nextConfig = { destination: "/products/infrastructure", permanent: true, }, + { + source: "/terms", + destination: "/legal/terms", + permanent: true, + }, + { + source: "/privacy", + destination: "/legal/privacy", + permanent: true, + }, ]; }, };