1
0
Fork 0

chore(sanity): Migrate to Sanity studio v3

This commit is contained in:
Joost De Cock 2022-12-22 19:20:36 +01:00
parent 90ceeccd11
commit fa5bb742e6
17 changed files with 1949 additions and 5893 deletions

View file

@ -0,0 +1,8 @@
import { defineCliConfig } from 'sanity/cli'
export default defineCliConfig({
api: {
projectId: 'hl5bw8cj',
dataset: 'production',
},
})