We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3cd17 commit 7ecda35Copy full SHA for 7ecda35
1 file changed
src/pages/committee.js
@@ -150,16 +150,7 @@ function toGoogleImageUrl(thumbnailUrl) {
150
}
151
152
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
-// }
+}
163
export async function getStaticProps() {
164
const res = await fetch("https://wrcrobotics.pythonanywhere.com/committee");
165
const committeeData = await res.json();
0 commit comments