From af4640d9ec7c6f57e110374954d9d4992165c344 Mon Sep 17 00:00:00 2001 From: 0xMirim <95051992+0xMirim@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:03:00 +0800 Subject: [PATCH] refactor: Remove out of date and unused redirects --- next.config.js | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/next.config.js b/next.config.js index e3815420b..dbfbeb1c6 100755 --- a/next.config.js +++ b/next.config.js @@ -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 } ]; },