env updated
This commit is contained in:
parent
f7ab6e8501
commit
22b727d825
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ import {defineCliConfig} from 'sanity/cli'
|
|||
|
||||
export default defineCliConfig({
|
||||
api: {
|
||||
projectId: '0u8q501s',
|
||||
dataset: 'production'
|
||||
}
|
||||
projectId: `${process.env.SANITY_PROJECT_ID}`,
|
||||
dataset: 'production',
|
||||
},
|
||||
})
|
||||
|
|
|
@ -7,7 +7,7 @@ export default defineConfig({
|
|||
name: 'default',
|
||||
title: 'svrjs',
|
||||
|
||||
projectId: '0u8q501s',
|
||||
projectId: `${process.env.SANITY_PROJECT_ID}`,
|
||||
dataset: 'production',
|
||||
|
||||
plugins: [structureTool(), visionTool()],
|
||||
|
|
Loading…
Reference in a new issue