We have an Adobe CIF Ecommerce integration for our website. We would want multi-store configuration setup for which we would be integrating with different store configurations within Magento for the Website.
<meta name="store-config" content="{"storeView":"default","graphqlEndpoint":"/api/graphql","graphqlMethod":"GET","headers":{"Store":"default"},"locale":"en","storeRootUrl":"/content/*/language-masters/en.html","enableClientSidePriceLoading":true}">
In the above store config , we observe that the storeView always points to default but Magento could have multiple different storeviews for different locales. Is it possible to customize this tag for different storeviews and where can we find this tag being loaded?