Spaces:
Running
Running
import { createClient } from "next-sanity"; | |
export const client = createClient({ | |
projectId: "pgliui1v", | |
dataset: "production", | |
apiVersion: "2024-01-01", | |
useCdn: false, | |
}); |