fix: Fix studio

This commit is contained in:
NikitolProject 2026-02-02 23:32:03 +03:00
parent e2ccdad1be
commit 80716e01f5
2 changed files with 2 additions and 2 deletions

BIN
image.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 KiB

After

Width:  |  Height:  |  Size: 209 KiB

View File

@ -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('Контент')