Skip to content

Commit

Permalink
feature(website): think-cell forward (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandino authored May 5, 2024
1 parent cffd1a5 commit cf36434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export const redirectMiddleware = (request: NextRequest) => {
return NextResponse.redirect(new URL('/world-poverty-statistics-2024', request.url));
case '/ismatu':
return NextResponse.redirect('https://socialincome.org/campaign/MZmXEVHlDjOOFOMk82jW');
case '/thinkcell':
return NextResponse.redirect('https://socialincome.webdisc.ch/');
}
};

Expand Down

0 comments on commit cf36434

Please sign in to comment.