From 83214e6dba0f535e2270643b39d875c7141380cc Mon Sep 17 00:00:00 2001 From: 0xMirim <95051992+0xMirim@users.noreply.github.com> Date: Wed, 27 Sep 2023 17:02:22 +0800 Subject: [PATCH] fix: Update snapshot redirect to new url --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 22242ce6e..7aa75a79e 100755 --- a/next.config.js +++ b/next.config.js @@ -72,7 +72,7 @@ module.exports = withBundleAnalyzer(withPWA({ }, { source: '/snapshot', - destination: 'https://snapshot.org/#/ybaby.eth', + destination: 'https://snapshot.org/#/veyfi.eth', permanent: true } ];