import { createClient } from '@sanity/client'; const client = createClient({ projectId: 'tzamgyrm', dataset: 'production', apiVersion: '2023-02-08', useCdn: false, token: import.meta.env.PUBLIC_SANITY_TOKEN, }); export default client;