Skip to content

Commit 69a46e8

Browse files
committed
Not use custom domain for api cdn
1 parent 822250e commit 69a46e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/sanity/lib/equinorCdnClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export const sanityClientWithEquinorCDN = createClient({
77
apiVersion,
88
perspective: 'published',
99
useCdn: true,
10-
...(process.env.NODE_ENV === 'production' && { apiHost: 'https://cdn.equinor.com' }),
10+
//...(process.env.NODE_ENV === 'production' && { apiHost: 'https://cdn.equinor.com' }),
1111
})

0 commit comments

Comments
 (0)