Skip to content

Commit 0e19709

Browse files
committed
added technical advisor to directors
1 parent 6006f40 commit 0e19709

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pages/about.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,14 @@ export async function getStaticProps() {
121121
}
122122
}
123123
124-
directors: personCollection (where:{role_contains:"Director", isActive:true, isAlumni:false}, order:fullName_ASC) {
124+
directors: personCollection (where:{
125+
OR: [
126+
{role_contains: "Director"},
127+
{role_contains: "Tech Advisor"}
128+
],
129+
isActive:true, isAlumni:false
130+
},
131+
order:fullName_ASC) {
125132
items {
126133
fullName
127134
role

0 commit comments

Comments
 (0)