Skip to content

Commit

Permalink
Removed un-used sanityClient. (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrux committed Jun 23, 2023
1 parent 3793882 commit 94b33ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
30 changes: 0 additions & 30 deletions src/lib/sanityClient.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/lib/sanityImage.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import createImageUrlBuilder from '@sanity/image-url';
import { ImageProps } from 'next/image';

import { dataset, projectId } from '~/lib/sanityClient';
import { dataset, projectId } from '~/sanity/env';

const imageBuilder = createImageUrlBuilder({ projectId, dataset });

Expand Down

1 comment on commit 94b33ab

@vercel
Copy link

@vercel vercel bot commented on 94b33ab Jun 23, 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.