@ -141,6 +141,7 @@ async function getTeamWithImages(team: TeamMember[]) {
export const getStaticProps: GetStaticProps<Props> = async () => {
const execNames = await getExecNames();
console.log(execNames);
const execs = (await Promise.all(
execNames.map((name) => getExec(name))
)) as SerializedExec[];