Skip to content

Commit

Permalink
Redirect Car cancellation from WebOnboarding to Hedvig.com
Browse files Browse the repository at this point in the history
  • Loading branch information
robinandeer committed Jul 17, 2023
1 parent af38513 commit a584c41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/store/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ module.exports = withBundleAnalyzer({
permanent: true,
locale: false,
})),
{
source: '/se/new-member/initiate-car-cancellation',
has: [{ type: 'query', key: 'contractId' }],
destination: '/se/cancellation/car/initiate/:contractId',
permanent: true,
locale: false,
},
]
},
})
Expand Down

0 comments on commit a584c41

Please sign in to comment.