Skip to content

Commit

Permalink
fix project wren redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Nov 12, 2020
1 parent 6576691 commit 982586f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/security.spec.js
Expand Up @@ -26,7 +26,7 @@ describe('security', () => {
})
it('/offsets -> Project Wren', () => {
cy.visit(`/offsets`)
cy.url().should('eq', 'https://projectwren.com/?utm_source=carbon')
cy.url().should('eq', 'https://www.projectwren.com/join/carbon')
})
it('/privacy -> Privacy policy', () => {
cy.visit(`/privacy`)
Expand Down
3 changes: 2 additions & 1 deletion next.config.js
Expand Up @@ -54,7 +54,8 @@ module.exports = withBundleAnalyzer(
},
{
source: '/offsets',
destination: 'https://projectwren.com/?utm_source=carbon',
destination:
'https://wren.link/join/carbon?utm_campaign=share&utm_medium=profile_referral_link',
permanent: false,
},
]
Expand Down

0 comments on commit 982586f

Please sign in to comment.