Test using console log

pull/403/head
Rebecca-Chou 1 year ago
parent b06189f5f3
commit 6e8f7bba94
  1. 1
      pages/about/team.tsx

@ -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[];

Loading…
Cancel
Save