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 remarkable experiences at scale

Sanity is a modern headless CMS that treats content as data to power your digital business. Free to get started, and pay-as-you-go on all plans.

Was this answer helpful?