From 2062efa87dd9d1e2c068c69665b0c8caf7394c4f Mon Sep 17 00:00:00 2001 From: Antoine Phan Date: Sun, 15 Feb 2026 13:52:48 -0500 Subject: [PATCH] Upscale the council profile photo (#107) --- src/routes/council/+page.server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/council/+page.server.ts b/src/routes/council/+page.server.ts index bf45fa7..8025f9d 100644 --- a/src/routes/council/+page.server.ts +++ b/src/routes/council/+page.server.ts @@ -10,7 +10,7 @@ const councilQuery = `{ email, position, positionDescription, - "image": image.asset->url+"?h=360&fm=webp", + "image": image.asset->url+"?h=750&fm=webp", yearProgram, linkedin },