diff --git a/app/bounties/page.tsx b/app/bounties/page.tsx new file mode 100644 index 00000000..fa31f78b --- /dev/null +++ b/app/bounties/page.tsx @@ -0,0 +1,5 @@ +import { redirect } from 'next/navigation'; + +export default function BountiesAliasPage() { + redirect('/bounty'); +}