Skip to content

Commit 69ce944

Browse files
Revert "--encrypt sanity.ts"
This reverts commit 2e5eb58.
1 parent e94f9de commit 69ce944

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/sanity.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { createClient } from '@sanity/client';
22

33
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',
4+
projectId: 'ozbeszd1', // find this in sanity.json or your project dashboard
5+
dataset: 'production',
6+
apiVersion: '2023-01-01',
77
useCdn: true,
88
});

0 commit comments

Comments
 (0)