John-Jiang's picture
init commit
5301c48
import { createClient } from "next-sanity";
export const client = createClient({
projectId: "pgliui1v",
dataset: "production",
apiVersion: "2024-01-01",
useCdn: false,
});