Initial commit: OOODMDK website with updated cities page design
This commit is contained in:
18
cms/sanity.config.js
Normal file
18
cms/sanity.config.js
Normal file
@ -0,0 +1,18 @@
|
||||
import {defineConfig} from 'sanity'
|
||||
import {structureTool} from 'sanity/structure'
|
||||
import {visionTool} from '@sanity/vision'
|
||||
import {schemaTypes} from './schemaTypes'
|
||||
|
||||
export default defineConfig({
|
||||
name: 'default',
|
||||
title: 'dmdk',
|
||||
|
||||
projectId: 'hngg8xd3',
|
||||
dataset: 'production',
|
||||
|
||||
plugins: [structureTool(), visionTool()],
|
||||
|
||||
schema: {
|
||||
types: schemaTypes,
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user