Skip to content

Commit 91b2b9d

Browse files
committed
Tweaked content test
1 parent d563417 commit 91b2b9d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/content/test/config.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ const config = {
1717
"id": "dummyjson",
1818
"type": "json",
1919
"files": {
20-
"photos.json": "https://dummyjson.com/products"
20+
"photos.json": "https://dummyjson.com/products?limit=10"
2121
}
2222
}
2323
// {
24-
// "id": "spaceships",
25-
// "type": "json",
26-
// "files": {
27-
// "spaceships.json": "https://api.flickr.com/services/feeds/photos_public.gne?format=json&nojsoncallback=1&tags=spaceship",
28-
// "rockets.json": "https://api.flickr.com/services/feeds/photos_public.gne?format=json&nojsoncallback=1&tags=rocket"
29-
// },
30-
// "strip": "services/feeds/",
31-
// "imageTransforms": [
32-
// {"scale": 0.75}
33-
// ]
34-
// },
24+
// "id": "spaceships",
25+
// "type": "json",
26+
// "files": {
27+
// "spaceships.json": "https://api.flickr.com/services/feeds/photos_public.gne?format=json&nojsoncallback=1&tags=spaceship",
28+
// "rockets.json": "https://api.flickr.com/services/feeds/photos_public.gne?format=json&nojsoncallback=1&tags=rocket"
29+
// },
30+
// "strip": "services/feeds/",
31+
// "imageTransforms": [
32+
// { "scale": 0.75 }
33+
// ]
34+
// }
3535
// {
3636
// "id": "astronauts",
3737
// "files": {

0 commit comments

Comments
 (0)