diff --git a/src/routes/+page.server.ts b/src/routes/+page.server.ts index 2c28ebe..22148a4 100644 --- a/src/routes/+page.server.ts +++ b/src/routes/+page.server.ts @@ -23,7 +23,7 @@ const sponsorQuery = `*[_type=="sponsors"]{ "logo": logo.asset->url+"?h=100&fm=webp" }`; -export const load = async ({url}) => { +export const load = async ({ url }) => { /** * @description Response data type based on the `homepageQuery` above. * Note that `description` is a rich/portable text type