diff --git a/next.config.js b/next.config.js index 5f1b92b4f..5cfc6db01 100644 --- a/next.config.js +++ b/next.config.js @@ -61,6 +61,7 @@ const redirects = [ { source: '/marketing-automation/send', destination: '/products/send', permanent: true }, { source: '/personalization-testing/experience-platform', destination: '/products/experience-platform', permanent: true }, { source: '/personalization-testing/personalize', destination: '/products/personalize', permanent: true }, + { source: '/changelog/xm-cloud/14112024/component-a%2fb%2fn-testing-is-now-live-in-xm-cloud', destination: '/changelog/xm-cloud/14112024/component-a-b-n-testing-is-now-live-in-xm-cloud', permanent: true }, ]; const nextConfig = {