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 Jan 3, 2024
1 parent ec5fa36 commit a851b7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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 Expand Up @@ -125,7 +125,7 @@ You can use this configuration file to install plugins, add a schema with docume

```javascript
// astro.config.mjs
import { sanityIntegration } from '@sanity/astro';
import { sanityIntegration } from "@sanity/astro";
import { defineConfig } from "astro/config";
import react from "@astrojs/react";

Expand Down

0 comments on commit a851b7c

Please sign in to comment.