Spaces:
Running
Running
File size: 180 Bytes
5301c48 |
1 2 3 4 5 6 7 8 |
import { createClient } from "next-sanity";
export const client = createClient({
projectId: "pgliui1v",
dataset: "production",
apiVersion: "2024-01-01",
useCdn: false,
}); |