Skip to content

Commit c060ced

Browse files
committed
TMP core: update reference to new sanity shcema
1 parent 697d57b commit c060ced

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NEXT_PUBLIC_SANITY_PROJECT_ID=t2zgeg0i
2-
NEXT_PUBLIC_SANITY_DATASET=dev
2+
NEXT_PUBLIC_SANITY_DATASET=migration
33
NEXT_PUBLIC_SANITY_API_VERSION=v2023-08-01
44
NEXT_PUBLIC_BASE_URL=https://fforres-google-auth.2023-images.pages.dev
55
APP_ENV=development

graphql.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { IGraphQLConfig } from "graphql-config";
22

33
const projectId = "t2zgeg0i";
4-
const dataset = "production";
4+
const dataset = "migration";
55
export const sanityURL = `https://${projectId}.api.sanity.io/v1/graphql/${dataset}/default`;
66
export const jsChileURL = `https://graphql-api.jsconfcl.workers.dev/graphql`;
77
export const localSchema = `./src/gql/schema.gql`;

0 commit comments

Comments
 (0)