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