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({
|
export default defineCliConfig({
|
||||||
api: {
|
api: {
|
||||||
projectId: '0u8q501s',
|
projectId: `${process.env.SANITY_PROJECT_ID}`,
|
||||||
dataset: 'production'
|
dataset: 'production',
|
||||||
}
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -7,7 +7,7 @@ export default defineConfig({
|
||||||
name: 'default',
|
name: 'default',
|
||||||
title: 'svrjs',
|
title: 'svrjs',
|
||||||
|
|
||||||
projectId: '0u8q501s',
|
projectId: `${process.env.SANITY_PROJECT_ID}`,
|
||||||
dataset: 'production',
|
dataset: 'production',
|
||||||
|
|
||||||
plugins: [structureTool(), visionTool()],
|
plugins: [structureTool(), visionTool()],
|
||||||
|
|
Loading…
Reference in a new issue