Skip to content

Commit

Permalink
Redirect A/B test variant page to home
Browse files Browse the repository at this point in the history
  • Loading branch information
gustaveen authored and robinandeer committed Jul 17, 2023
1 parent 99f4546 commit e9a618a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/store/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,16 @@ module.exports = withBundleAnalyzer({
permanent: true,
locale: false,
})),
...(process.env.NODE_ENV === 'production'
? [
{
source: `/se/start`,
destination: `/se`,
permanent: false,
locale: false,
},
]
: []),
]
},
})
Expand Down

0 comments on commit e9a618a

Please sign in to comment.