Skip to content

Commit

Permalink
Update deskTool to structureTool (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobinska-dev authored Dec 5, 2024
1 parent 06b0b19 commit 3ed6e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/v2/sanity.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'sanity'
import { deskTool } from 'sanity/desk'
import { muxInput } from 'sanity-plugin-mux-input'
import { structureTool } from 'sanity/structure'

import { schemaTypes } from './schemas'
import { themerTool } from './src'
Expand All @@ -11,6 +11,6 @@ const dataset = 'themer-movies'
export default defineConfig({
projectId,
dataset,
plugins: [deskTool(), muxInput(), themerTool()],
plugins: [structureTool(), muxInput(), themerTool()],
schema: { types: schemaTypes },
})

0 comments on commit 3ed6e7d

Please sign in to comment.