Skip to content

Commit c9044bb

Browse files
authored
Add redirect from old staking challenge to new crowdfunding (#351)
1 parent 1837621 commit c9044bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/nextjs/next.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ const nextConfig: NextConfig = {
4343
destination: "/",
4444
permanent: true,
4545
},
46+
{
47+
source: "/challenge/decentralized-staking",
48+
destination: "/challenge/crowdfunding",
49+
permanent: true,
50+
},
4651
];
4752
},
4853
};

0 commit comments

Comments
 (0)