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 697d57b commit c060cedCopy full SHA for c060ced
2 files changed
.env
@@ -1,5 +1,5 @@
1
NEXT_PUBLIC_SANITY_PROJECT_ID=t2zgeg0i
2
-NEXT_PUBLIC_SANITY_DATASET=dev
+NEXT_PUBLIC_SANITY_DATASET=migration
3
NEXT_PUBLIC_SANITY_API_VERSION=v2023-08-01
4
NEXT_PUBLIC_BASE_URL=https://fforres-google-auth.2023-images.pages.dev
5
APP_ENV=development
graphql.config.ts
@@ -1,7 +1,7 @@
import type { IGraphQLConfig } from "graphql-config";
const projectId = "t2zgeg0i";
-const dataset = "production";
+const dataset = "migration";
export const sanityURL = `https://${projectId}.api.sanity.io/v1/graphql/${dataset}/default`;
6
export const jsChileURL = `https://graphql-api.jsconfcl.workers.dev/graphql`;
7
export const localSchema = `./src/gql/schema.gql`;
0 commit comments