Skip to content

Commit

Permalink
fix: 🐛 atualiza uso do sanity.io
Browse files Browse the repository at this point in the history
  • Loading branch information
severidade committed Oct 24, 2023
1 parent c02ce4b commit 8d2683b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/cliente.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import sanityClient from '@sanity/client';
// import sanityClient from '@sanity/client';
import { createClient } from '@sanity/client';

export default sanityClient({
export default createClient({
projectId: '26f1x0iy',
dataset: 'production',
// as informações acima estão no arquivo sanity.cli.js
Expand Down

1 comment on commit 8d2683b

@vercel
Copy link

@vercel vercel bot commented on 8d2683b Oct 24, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.