diff --git a/studio/schemaTypes/homePageType.ts b/studio/schemaTypes/homePageType.ts index de7d357..1e400c8 100644 --- a/studio/schemaTypes/homePageType.ts +++ b/studio/schemaTypes/homePageType.ts @@ -5,7 +5,7 @@ export const homePageType = defineType({ title: 'Home Page', type: 'document', // Singleton — only one document of this type should exist - __experimental_actions: ['update', 'publish', 'unpublish'], + __experimental_actions: ['update', 'publish'], fields: [ defineField({ name: 'heroHeadline',