diff --git a/src/types/sanity.types.ts b/src/types/sanity.types.ts index f059d09a..dc8888d4 100644 --- a/src/types/sanity.types.ts +++ b/src/types/sanity.types.ts @@ -171,7 +171,7 @@ export type Project = { _key: string } & Link > - projectimage?: string + projectimage: string featured?: boolean featureOrder?: number }