UNPKG

next-sanity

Version:
6 lines (5 loc) 248 B
const cacheTagPrefix = "sanity:"; /** The default API host used by @sanity/client when none is specified. */ const defaultApiHost = "https://api.sanity.io"; export { defaultApiHost as n, cacheTagPrefix as t }; //# sourceMappingURL=constants.js.map