Skip to content

Commit 7ecda35

Browse files
authored
Update committee.js
back to origianal
1 parent 6e3cd17 commit 7ecda35

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/pages/committee.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,7 @@ function toGoogleImageUrl(thumbnailUrl) {
150150
}
151151

152152

153-
// export async function getStaticProps() {
154-
// const res = await fetch(`https://wrcrobotics.pythonanywhere.com/committee`);
155-
// const committeeData = await res.json();
156-
157-
// return {
158-
// props: {
159-
// committeeData,
160-
// },
161-
// };
162-
// }
153+
}
163154
export async function getStaticProps() {
164155
const res = await fetch("https://wrcrobotics.pythonanywhere.com/committee");
165156
const committeeData = await res.json();

0 commit comments

Comments
 (0)