Skip to content

Commit

Permalink
Update sanity.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLaRocque committed Jan 13, 2025
1 parent f5ef311 commit c93b460
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sanity/sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import { defaultDocumentNode } from './desk/defaultDocumentNode'
// URL to be used for previewing in presentation
const SANITY_STUDIO_PREVIEW_URL =
process.env.SANITY_STUDIO_PREVIEW_URL || 'http://localhost:3000'
const SANITY_STUDIO_PROJECT_ID = process.env.SANITY_STUDIO_PROJECT_ID
const SANITY_STUDIO_PROJECT_ID =
process.env.SANITY_STUDIO_PROJECT_ID ?? 'fvuvea00'

// // Init client to get user role for showing/hiding workspaces
// const client = createClient({
Expand Down

0 comments on commit c93b460

Please sign in to comment.