Skip to content

Commit

Permalink
fix: Update snapshot redirect to new url
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMirim committed Sep 27, 2023
1 parent 1990b60 commit 83214e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = withBundleAnalyzer(withPWA({
},
{
source: '/snapshot',
destination: 'https://snapshot.org/#/ybaby.eth',
destination: 'https://snapshot.org/#/veyfi.eth',
permanent: true
}
];
Expand Down

0 comments on commit 83214e6

Please sign in to comment.