Skip to content

Commit

Permalink
chore: Update Astro configuration with Sanity integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mattobee committed May 5, 2024
1 parent d044826 commit 73ae755
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})]
});

0 comments on commit 73ae755

Please sign in to comment.