File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,20 @@ export const providers: Provider[] = [
58
58
height : 300 ,
59
59
link : 'https://unsplash.com/@jeremythomasphoto?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText' ,
60
60
} ,
61
+ {
62
+ src : '/images/colors-layer.jpg' ,
63
+ from : 'Jeremy Thomas' ,
64
+ width : 300 ,
65
+ height : 300 ,
66
+ link : 'https://unsplash.com/@jeremythomasphoto?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText' ,
67
+ } ,
68
+ {
69
+ src : '/images/colors-layer-config.jpg' ,
70
+ from : 'Jeremy Thomas' ,
71
+ width : 300 ,
72
+ height : 300 ,
73
+ link : 'https://unsplash.com/@jeremythomasphoto?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText' ,
74
+ } ,
61
75
{
62
76
src : '/images/everest.jpg' ,
63
77
from : 'Mount Everest Wikipedia page (alias)' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"requests" : [
3
+ "/_ipx/s_300x300/images/colors-layer-config.jpg" ,
4
+ "/_ipx/s_300x300/images/colors-layer.jpg" ,
3
5
"/_ipx/s_300x300/images/colors.jpg" ,
4
6
"/_ipx/s_300x300/images/everest.jpg" ,
5
7
"/_ipx/s_300x300/images/tacos.svg" ,
6
8
"/_ipx/s_300x300/unsplash/photo-1606112219348-204d7d8b94ee" ,
7
9
] ,
8
10
"sources" : [
9
11
"/_ipx/s_300x300/images/colors.jpg" ,
12
+ "/_ipx/s_300x300/images/colors-layer.jpg" ,
13
+ "/_ipx/s_300x300/images/colors-layer-config.jpg" ,
10
14
"/_ipx/s_300x300/images/everest.jpg" ,
11
15
"/_ipx/s_300x300/images/tacos.svg" ,
12
16
"/_ipx/s_300x300/unsplash/photo-1606112219348-204d7d8b94ee" ,
Original file line number Diff line number Diff line change @@ -35,10 +35,14 @@ describe('ipx provider', () => {
35
35
expect ( files . sort ( ) ) . toMatchInlineSnapshot ( `
36
36
[
37
37
"_ipx/_/images/nuxt.png",
38
+ "_ipx/s_300x300/images/colors-layer-config.jpg",
39
+ "_ipx/s_300x300/images/colors-layer.jpg",
38
40
"_ipx/s_300x300/images/colors.jpg",
39
41
"_ipx/s_300x300/images/everest.jpg",
40
42
"_ipx/s_300x300/images/tacos.svg",
41
43
"_ipx/s_300x300/unsplash/photo-1606112219348-204d7d8b94ee",
44
+ "_ipx/s_600x600/images/colors-layer-config.jpg",
45
+ "_ipx/s_600x600/images/colors-layer.jpg",
42
46
"_ipx/s_600x600/images/colors.jpg",
43
47
"_ipx/s_600x600/images/everest.jpg",
44
48
"_ipx/s_600x600/images/tacos.svg",
You can’t perform that action at this time.
0 commit comments