From 1335bf976aa8af4b9336daa1480b15f851819a3f Mon Sep 17 00:00:00 2001 From: Brendon Heinst Date: Tue, 24 Feb 2026 12:20:41 +0100 Subject: [PATCH] Test commit. --- sanity.cli.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sanity.cli.ts b/sanity.cli.ts index 36f9031..53a5f90 100644 --- a/sanity.cli.ts +++ b/sanity.cli.ts @@ -3,13 +3,13 @@ import {defineCliConfig} from 'sanity/cli' export default defineCliConfig({ api: { projectId: 'e0x723bq', - dataset: 'production' + dataset: 'production', }, deployment: { /** - * Enable auto-updates for studios. + * Enable auto-updates for studios. < * Learn more at https://www.sanity.io/docs/cli#auto-updates */ autoUpdates: true, - } + }, })