Skip to content

Commit

Permalink
refact: add redirect for /new-member/car/registration-number route
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermespopolin committed Jul 17, 2023
1 parent 1816c34 commit 65580f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/store/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ module.exports = withBundleAnalyzer({
permanent: false,
locale: false,
},
{
source: '/se/new-member/car/registration-number',
destination: '/se/forsakringar/bilforsakring',
permanent: false,
locale: false,
},
]
: []
return [...shutDownMarketsInfo, ...oldSiteRedirects]
Expand Down

0 comments on commit 65580f2

Please sign in to comment.