mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-17 18:30:17 -04:00
10 lines
165 B
JavaScript
10 lines
165 B
JavaScript
import sanityClient from '@sanity/client';
|
|
|
|
const sanity = sanityClient({
|
|
projectId: 'yi263kzm',
|
|
dataset: 'production',
|
|
useCdn: true,
|
|
});
|
|
|
|
export default sanity;
|