Skip to content

Commit

Permalink
Update team.js
Browse files Browse the repository at this point in the history
  • Loading branch information
malted authored Sep 11, 2024
1 parent c196d46 commit c98ff0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ When not busy juggling different tasks he takes up, he enjoys tinkering & buildi
export const getServerSideProps = async () => {
try {
const team = await fetch(
'https://walrus-app-ynr6x.ondigitalocean.app/'
'https://team.hackclub.com/'
).then(res => res.json())
return { props: { team } }
} catch (e) {
Expand Down

0 comments on commit c98ff0b

Please sign in to comment.