Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨ (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecospark[bot] authored Aug 15, 2023
1 parent 3fc3acf commit 90c5cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sanity-astro/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const defaultOptions: IntegrationOptions = {
};

export default function sanityIntegration(
options: IntegrationOptions
options: IntegrationOptions,
): AstroIntegration {
const resolvedOptions = {
...defaultOptions,
Expand All @@ -40,7 +40,7 @@ export default function sanityIntegration(
`
import { sanityClientInstance } from "virtual:sanity-init";
globalThis.sanityClientInstance = sanityClientInstance;
`
`,
);
},
},
Expand Down

1 comment on commit 90c5cad

@vercel
Copy link

@vercel vercel bot commented on 90c5cad Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sanity-astro-example-ssr – ./apps/example-ssr

sanity-astro-example-ssr.sanity.build
sanity-astro-example-ssr-git-main.sanity.build

Please sign in to comment.