There was an error while loading. Please reload this page.
1 parent 822250e commit 69a46e8Copy full SHA for 69a46e8
1 file changed
web/sanity/lib/equinorCdnClient.ts
@@ -7,5 +7,5 @@ export const sanityClientWithEquinorCDN = createClient({
7
apiVersion,
8
perspective: 'published',
9
useCdn: true,
10
- ...(process.env.NODE_ENV === 'production' && { apiHost: 'https://cdn.equinor.com' }),
+ //...(process.env.NODE_ENV === 'production' && { apiHost: 'https://cdn.equinor.com' }),
11
})
0 commit comments