We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94f9de commit 69ce944Copy full SHA for 69ce944
lib/sanity.ts
@@ -1,8 +1,8 @@
1
import { createClient } from '@sanity/client';
2
3
export const sanity = createClient({
4
- projectId: process.env.NEXT_PUBLIC_SANITY_PROJECT_ID!,
5
- dataset: process.env.NEXT_PUBLIC_SANITY_DATASET!,
6
- apiVersion: process.env.NEXT_PUBLIC_SANITY_API_VERSION || '2023-01-01',
+ projectId: 'ozbeszd1', // find this in sanity.json or your project dashboard
+ dataset: 'production',
+ apiVersion: '2023-01-01',
7
useCdn: true,
8
});
0 commit comments