diff --git a/content/team/execs/josh-duho-kim.md b/content/team/execs/joshua-kim.md similarity index 100% rename from content/team/execs/josh-duho-kim.md rename to content/team/execs/joshua-kim.md diff --git a/images/team/LilaHoang.jpg b/images/team/LilaHoang.jpg index ac3af2fc..c979434a 100644 Binary files a/images/team/LilaHoang.jpg and b/images/team/LilaHoang.jpg differ diff --git a/lib/team.ts b/lib/team.ts index 06cef786..ed0e0acf 100644 --- a/lib/team.ts +++ b/lib/team.ts @@ -182,7 +182,7 @@ async function getImage(imgPath: string) { } export async function getMemberImagePath(name: string) { - const imgPath = path.join("images", "team", name.replace(" ", "")); + const imgPath = path.join("images", "team", name.replace(/\s/g, "")); const placeholder = path.join( "images", "team",