@@ -9,6 +9,7 @@ export const images = [
9
9
cloudinary : { url : '/f_auto,q_auto/test' } ,
10
10
twicpics : { url : '/test.png' } ,
11
11
fastly : { url : '/test.png' } ,
12
+ filerobot : { url : '/monitoring3/boat-2023-03-06T15%3A03%3A12.6382894Z?vh=b3583b' } ,
12
13
glide : { url : '/test.png' } ,
13
14
gumlet : { url : '/test.png' } ,
14
15
imgix : { url : '/test.png' } ,
@@ -45,6 +46,7 @@ export const images = [
45
46
cloudinary : { url : '/f_auto,q_auto,w_200/test' } ,
46
47
twicpics : { url : '/test.png?twic=v1/cover=200x-' } ,
47
48
fastly : { url : '/test.png?width=200' } ,
49
+ filerobot : { url : '/monitoring3/boat-2023-03-06T15%3A03%3A12.6382894Z?vh=b3583b?w=200' } ,
48
50
glide : { url : '/test.png?w=200' } ,
49
51
gumlet : { url : '/test.png?w=200' } ,
50
52
imgix : { url : '/test.png?w=200' } ,
@@ -81,6 +83,7 @@ export const images = [
81
83
cloudinary : { url : '/f_auto,q_auto,h_200/test' } ,
82
84
twicpics : { url : '/test.png?twic=v1/cover=-x200' } ,
83
85
fastly : { url : '/test.png?height=200' } ,
86
+ filerobot : { url : '/monitoring3/boat-2023-03-06T15%3A03%3A12.6382894Z?vh=b3583b?h=200' } ,
84
87
glide : { url : '/test.png?h=200' } ,
85
88
gumlet : { url : '/test.png?h=200' } ,
86
89
imgix : { url : '/test.png?h=200' } ,
@@ -117,6 +120,7 @@ export const images = [
117
120
cloudinary : { url : '/f_auto,q_auto,w_200,h_200/test' } ,
118
121
twicpics : { url : '/test.png?twic=v1/cover=200x200' } ,
119
122
fastly : { url : '/test.png?width=200&height=200' } ,
123
+ filerobot : { url : '/monitoring3/boat-2023-03-06T15%3A03%3A12.6382894Z?vh=b3583b?w=200&h=200' } ,
120
124
glide : { url : '/test.png?w=200&h=200' } ,
121
125
gumlet : { url : '/test.png?w=200&h=200' } ,
122
126
imgix : { url : '/test.png?w=200&h=200' } ,
@@ -153,6 +157,7 @@ export const images = [
153
157
cloudinary : { url : '/f_auto,q_auto,w_200,h_200,c_scale/test' } ,
154
158
twicpics : { url : '/test.png?twic=v1/inside=200x200' } ,
155
159
fastly : { url : '/test.png?width=200&height=200&fit=bounds' } ,
160
+ filerobot : { url : '/monitoring3/boat-2023-03-06T15%3A03%3A12.6382894Z?vh=b3583b?w=200&h=200&func=fit' } ,
156
161
glide : { url : '/test.png?w=200&h=200&fit=contain' } ,
157
162
gumlet : { url : '/test.png?w=200&h=200&fit=fill' } ,
158
163
imgix : { url : '/test.png?w=200&h=200&fit=fill' } ,
@@ -189,6 +194,7 @@ export const images = [
189
194
cloudinary : { url : '/f_jpg,q_auto,w_200,h_200,c_scale/test' } ,
190
195
twicpics : { url : '/test.png?twic=v1/output=jpeg/inside=200x200' } ,
191
196
fastly : { url : '/test.png?width=200&height=200&fit=bounds&format=jpeg' } ,
197
+ filerobot : { url : '/monitoring3/boat-2023-03-06T15%3A03%3A12.6382894Z?vh=b3583b?w=200&h=200&func=fit&force_format=jpeg' } ,
192
198
glide : { url : '/test.png?w=200&h=200&fit=contain&fm=jpeg' } ,
193
199
gumlet : { url : '/test.png?w=200&h=200&fit=fill&format=jpeg' } ,
194
200
imgix : { url : '/test.png?w=200&h=200&fit=fill&fm=jpeg' } ,
0 commit comments