You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Set up the client for fetching data in the getProps page functions
export const sanityClient = createClient(config);
//both these client and urlFor will be used multiple times so made it here in helper file and exported from here , and will be imported wherever needed