Skip to content

Commit 85dd1cf

Browse files
committed
Updated files
1 parent ae57f9f commit 85dd1cf

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@prisma/client": "^4.2.1",
14+
"@sanity/client": "^3.3.3",
1415
"@sanity/desk-tool": "^2.31.0",
1516
"@sanity/eslint-config-studio": "^2.0.0",
1617
"@sanity/image-url": "^1.0.1",

sanity.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { createConfig } from 'sanity';
2-
import { deskTool } from 'sanity/desk';
2+
import { deskTool } from 'sanity';
33
import { markdownSchema } from 'sanity-plugin-markdown';
44

55
export default createConfig({
66
name: 'default',
7-
title: 'portfolio-blog',
7+
title: 'portfolio-blognpm fun',
88
projectId: 'hyxkyhqk',
99
dataset: 'production',
1010
plugins: [deskTool(), markdownSchema()],

0 commit comments

Comments
 (0)