diff --git a/astro.config.mjs b/astro.config.mjs index fb3c0b5..9c1a4e1 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -4,5 +4,10 @@ import sanity from "@sanity/astro"; // https://astro.build/config export default defineConfig({ - integrations: [sanity()] + integrations: [sanity({ + projectId: "2g5zqxo3", + dataset: "production", + // Set useCdn to false if you're building statically. + useCdn: false, + })] }); \ No newline at end of file