Getting current dataset and project ID without hardcoding in Sanity

5 replies
Last updated: Apr 27, 2020
Is there a way to get the current dataset and project id inside the code, without hardcoding it? To use on BlockContent, to set imageOptions
Apr 27, 2020, 6:32 PM
In the studio or the frontend?
Apr 27, 2020, 6:33 PM
in the studio
Apr 27, 2020, 6:33 PM
In the studio or the frontend?
Apr 27, 2020, 6:33 PM
import client from 'part:@sanity/base/client'

const config = client.config()
There you go!
Apr 27, 2020, 6:34 PM
awesome thanks!
Apr 27, 2020, 6:36 PM

Sanity – Build the way you think, not the way your CMS thinks

Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.

Was this answer helpful?