Skip to content

Commit

Permalink
refactor: Remove out of date and unused redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMirim committed Sep 25, 2023
1 parent d44cc84 commit af4640d
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,32 +48,6 @@ module.exports = withBundleAnalyzer(withPWA({
has: [{type: 'host', value: 'vote.yearn.finance'}],
destination: 'https://yearn.finance/veyfi/:path*',
permanent: true
},
//
{
source: '/twitter',
destination: 'https://twitter.com/iearnfinance',
permanent: true
},
{
source: '/telegram',
destination: 'https://t.me/yearnfinance/',
permanent: true
},
{
source: '/medium',
destination: 'https://medium.com/iearn',
permanent: true
},
{
source: '/governance',
destination: 'https://gov.yearn.finance/',
permanent: true
},
{
source: '/snapshot',
destination: 'https://snapshot.org/#/ybaby.eth',
permanent: true
}
];
},
Expand Down

0 comments on commit af4640d

Please sign in to comment.