@@ -19,6 +19,7 @@ export const images = [
19
19
netlifyLargeMedia : { url : '/test.png' } ,
20
20
prepr : { url : 'https://projectName.stream.prepr.io/image-test-300x450-png' } ,
21
21
prismic : { url : '/test.png?auto=compress,format&rect=0,0,200,200&w=100&h=100' } ,
22
+ prismicUnsplash : { url : 'https://images.unsplash.com/test.png?auto=compress,format&rect=0,0,200,200&w=100&h=100' } ,
22
23
sanity : { url : 'https://cdn.sanity.io/images/projectid/production/test-300x450.png?auto=format' } ,
23
24
contentful : { url : '/test.png' } ,
24
25
cloudimage : { url : 'https://demo.cloudimg.io/v7/test.png' } ,
@@ -54,6 +55,7 @@ export const images = [
54
55
netlifyLargeMedia : { url : '/test.png?w=200&nf_resize=fit' } ,
55
56
prepr : { url : 'https://projectName.stream.prepr.io/w_200/image-test-300x450-png' } ,
56
57
prismic : { url : '/test.png?auto=compress,format&rect=0,0,200,200&w=200&h=100' } ,
58
+ prismicUnsplash : { url : 'https://images.unsplash.com/test.png?auto=compress,format&rect=0,0,200,200&w=200&h=100' } ,
57
59
sanity : { url : 'https://cdn.sanity.io/images/projectid/production/test-300x450.png?w=200&auto=format' } ,
58
60
contentful : { url : '/test.png?w=200' } ,
59
61
cloudimage : { url : 'https://demo.cloudimg.io/v7/test.png?width=200' } ,
@@ -89,6 +91,7 @@ export const images = [
89
91
netlifyLargeMedia : { url : '/test.png?h=200&nf_resize=fit' } ,
90
92
prepr : { url : 'https://projectName.stream.prepr.io/h_200/image-test-300x450-png' } ,
91
93
prismic : { url : '/test.png?auto=compress,format&rect=0,0,200,200&w=100&h=200' } ,
94
+ prismicUnsplash : { url : 'https://images.unsplash.com/test.png?auto=compress,format&rect=0,0,200,200&w=100&h=200' } ,
92
95
sanity : { url : 'https://cdn.sanity.io/images/projectid/production/test-300x450.png?h=200&auto=format' } ,
93
96
contentful : { url : '/test.png?h=200' } ,
94
97
cloudimage : { url : 'https://demo.cloudimg.io/v7/test.png?height=200' } ,
@@ -123,6 +126,7 @@ export const images = [
123
126
netlifyImageCdn : { url : '/.netlify/images?w=200&h=200&url=%2Ftest.png' } ,
124
127
netlifyLargeMedia : { url : '/test.png?w=200&h=200&nf_resize=fit' } ,
125
128
prismic : { url : '/test.png?auto=compress,format&rect=0,0,200,200&w=200&h=200' } ,
129
+ prismicUnsplash : { url : 'https://images.unsplash.com/test.png?auto=compress,format&rect=0,0,200,200&w=200&h=200' } ,
126
130
prepr : { url : 'https://projectName.stream.prepr.io/w_200,h_200/image-test-300x450-png' } ,
127
131
sanity : { url : 'https://cdn.sanity.io/images/projectid/production/test-300x450.png?w=200&h=200&auto=format' } ,
128
132
contentful : { url : '/test.png?w=200&h=200' } ,
@@ -158,6 +162,7 @@ export const images = [
158
162
netlifyImageCdn : { url : '/.netlify/images?w=200&h=200&fit=contain&url=%2Ftest.png' } ,
159
163
netlifyLargeMedia : { url : '/test.png?w=200&h=200&nf_resize=fit' } ,
160
164
prismic : { url : '/test.png?auto=compress,format&rect=0,0,200,200&w=200&h=200&fit=fill' } ,
165
+ prismicUnsplash : { url : 'https://images.unsplash.com/test.png?auto=compress,format&rect=0,0,200,200&w=200&h=200&fit=fill' } ,
161
166
prepr : { url : 'https://projectName.stream.prepr.io/w_200,h_200,fit_contain/image-test-300x450-png' } ,
162
167
sanity : { url : 'https://cdn.sanity.io/images/projectid/production/test-300x450.png?w=200&h=200&fit=fill&auto=format&bg=ffffff' } ,
163
168
contentful : { url : '/test.png?w=200&h=200&fit=fill' } ,
@@ -193,6 +198,7 @@ export const images = [
193
198
netlifyImageCdn : { url : '/.netlify/images?w=200&h=200&fit=contain&fm=jpg&url=%2Ftest.png' } ,
194
199
netlifyLargeMedia : { url : '/test.png?w=200&h=200&nf_resize=fit' } ,
195
200
prismic : { url : '/test.png?auto=compress,format&rect=0,0,200,200&w=200&h=200&fit=fill&fm=jpeg' } ,
201
+ prismicUnsplash : { url : 'https://images.unsplash.com/test.png?auto=compress,format&rect=0,0,200,200&w=200&h=200&fit=fill&fm=jpeg' } ,
196
202
sanity : { url : 'https://cdn.sanity.io/images/projectid/production/test-300x450.png?w=200&h=200&fit=fill&fm=jpg&bg=ffffff' } ,
197
203
prepr : { url : 'https://projectName.stream.prepr.io/w_200,h_200,fit_contain,format_jpg/image-test-300x450-png' } ,
198
204
contentful : { url : '/test.png?w=200&h=200&fit=fill&fm=jpg' } ,
0 commit comments