Skip to content

Commit 3ed6e7d

Browse files
authored
Update deskTool to structureTool (#347)
1 parent 06b0b19 commit 3ed6e7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/v2/sanity.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineConfig } from 'sanity'
2-
import { deskTool } from 'sanity/desk'
32
import { muxInput } from 'sanity-plugin-mux-input'
3+
import { structureTool } from 'sanity/structure'
44

55
import { schemaTypes } from './schemas'
66
import { themerTool } from './src'
@@ -11,6 +11,6 @@ const dataset = 'themer-movies'
1111
export default defineConfig({
1212
projectId,
1313
dataset,
14-
plugins: [deskTool(), muxInput(), themerTool()],
14+
plugins: [structureTool(), muxInput(), themerTool()],
1515
schema: { types: schemaTypes },
1616
})

0 commit comments

Comments
 (0)