Skip to content

Commit

Permalink
rename studio tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Christ committed Aug 3, 2024
1 parent d60641c commit 921e8f2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions sanity/sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ export default defineConfig({

plugins: [
structureTool({
name: 'content',
title: 'Content',
structure,
}),
presentationTool({
name: 'editor',
title: 'Editor',
previewUrl: {
draftMode: {
Expand All @@ -39,16 +41,21 @@ export default defineConfig({
resolve: { locations },
}),
dashboardTool({
name: 'deployment',
title: 'Deployment',
widgets: [projectInfoWidget(), projectUsersWidget(), vercelWidget()],
widgets: [vercelWidget()],
}),
dashboardTool({
name: 'info',
title: 'Info',
widgets: [projectInfoWidget(), projectUsersWidget()],
}),
visionTool({ title: 'GROQ' }),
codeInput(),
],

scheduledPublishing: {
enabled: false,
},
tasks: { enabled: false },
scheduledPublishing: { enabled: false },

schema: {
types: schemaTypes,
Expand Down

0 comments on commit 921e8f2

Please sign in to comment.