fix: Fix studio
This commit is contained in:
parent
e2ccdad1be
commit
80716e01f5
BIN
image.png
BIN
image.png
Binary file not shown.
|
Before Width: | Height: | Size: 402 KiB After Width: | Height: | Size: 209 KiB |
@ -1,5 +1,5 @@
|
||||
import { defineConfig } from 'sanity'
|
||||
import { structureTool, type StructureBuilder } from 'sanity/structure'
|
||||
import { deskTool, type StructureBuilder } from 'sanity/desk'
|
||||
import { visionTool } from '@sanity/vision'
|
||||
import { codeInput } from '@sanity/code-input'
|
||||
import { schemaTypes } from './sanity/schemas'
|
||||
@ -15,7 +15,7 @@ export default defineConfig({
|
||||
dataset,
|
||||
|
||||
plugins: [
|
||||
structureTool({
|
||||
deskTool({
|
||||
structure: (S: StructureBuilder) =>
|
||||
S.list()
|
||||
.title('Контент')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user