Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 29, 2023
1 parent d96b544 commit 57d4f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity-astro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You might have to restart the TS Server running in your code editor to get it to
Configure the integration in your `astro.config.mjs` file. The configuration options and methods are the same as for [@sanity/client](https://github.com/sanity-io/client#readme):

```typescript
import { sanityIntegration } from '@sanity/astro';
import { sanityIntegration } from "@sanity/astro";
import { defineConfig } from "astro/config";

// https://astro.build/config
Expand Down

0 comments on commit 57d4f7e

Please sign in to comment.