Skip to content

Commit 066fe5e

Browse files
committed
🔥 cleanup: remove generated sanity.types.ts file
This file is automatically generated by Sanity TypeGen and should not be tracked in version control. Removing it to prevent confusion and merge conflicts since it will be regenerated on demand. diff --git a/studio/sanity.config.ts b/studio/sanity.config.ts index e69de29..0000000 100644 --- a/studio/sanity.config.ts +++ b/studio/sanity.config.ts @@ -0,0 +1,43 @@ +import {defineConfig} from 'sanity' +import {deskTool} from 'sanity/desk' +import {visionTool} from '@sanity/vision' +import {schemaTypes} from './schemas' +import {media} from 'sanity-plugin-media' +import {colorInput} from '@sanity/color-input' + +export default defineConfig({ + name: 'default', + title: 'Portfolio CMS', + + projectId: process.env.NEXT_PUBLIC_SANITY_PROJECT_ID || '', + dataset: process.env.NEXT_PUBLIC_SANITY_DATASET || 'production', + + plugins: [ + deskTool(), + visionTool(), + media(), + colorInput() + ], + + schema: { + types: schemaTypes, + }, +})
1 parent 7086128 commit 066fe5e

File tree

1 file changed

+0
-309
lines changed

1 file changed

+0
-309
lines changed

studio/sanity.types.ts

Lines changed: 0 additions & 309 deletions
This file was deleted.

0 commit comments

Comments
 (0)