Skip to content

Commit

Permalink
add redirect for incorrect changelog url
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanaalst committed Nov 14, 2024
1 parent e2b52c5 commit 4f13faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 4f13faf

Please sign in to comment.