Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨ (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] and github-actions[bot] authored May 16, 2024
1 parent 0926f9f commit 6eb41a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sanity-astro/src/vite-plugin-sanity-studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function vitePluginSanityStudio(resolvedOptions, { output }): Plugin {
},
async load(id: string) {
if (id === virtualModuleId) {

const studioConfig = await this.resolve("/sanity.config");
if (!studioConfig) {
throw new Error(
Expand Down

0 comments on commit 6eb41a4

Please sign in to comment.