Test commit.
This commit is contained in:
parent
d2ab0fcdc3
commit
1335bf976a
1 changed files with 3 additions and 3 deletions
|
|
@ -3,13 +3,13 @@ import {defineCliConfig} from 'sanity/cli'
|
||||||
export default defineCliConfig({
|
export default defineCliConfig({
|
||||||
api: {
|
api: {
|
||||||
projectId: 'e0x723bq',
|
projectId: 'e0x723bq',
|
||||||
dataset: 'production'
|
dataset: 'production',
|
||||||
},
|
},
|
||||||
deployment: {
|
deployment: {
|
||||||
/**
|
/**
|
||||||
* Enable auto-updates for studios.
|
* Enable auto-updates for studios. <
|
||||||
* Learn more at https://www.sanity.io/docs/cli#auto-updates
|
* Learn more at https://www.sanity.io/docs/cli#auto-updates
|
||||||
*/
|
*/
|
||||||
autoUpdates: true,
|
autoUpdates: true,
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue