diff --git a/pages/opensource.js b/pages/opensource.js index 34857997..863ccd71 100644 --- a/pages/opensource.js +++ b/pages/opensource.js @@ -247,7 +247,7 @@ export async function getStaticProps() { }) const transparentAccounts = ( - await fetch('https://hcb.hackclub.com/api/v3/organizations').then(res => + await fetch('https://hcb.hackclub.com/api/v3/directory/organizations').then(res => res.json() ) ).filter(account => account.category?.replaceAll(' ', '_') === 'hack_club_hq')