-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GEN-765 Redirect most-visited old landing pages with campaign code to new website #2789
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -110,6 +109,24 @@ module.exports = withBundleAnalyzer({ | |||
locale: false, | |||
})), | |||
] | |||
const oldSiteCampaigns = | |||
process.env.FEATURE_OLD_SITE_REDIRECTS === 'true' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add this to env.examples in another PR :)
Describe your changes
When most common landing page on the old website is used with campaign code - apply the code and redirect to new products page
Justify why they are needed
Drain some traffics from the old site
Checklist before requesting a review