diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/image.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/image.js b/lib/image.js index 426ce78f..271b62f6 100644 --- a/lib/image.js +++ b/lib/image.js @@ -47,7 +47,7 @@ var Image = function (faker) { if (typeof https !== 'undefined' && https === true) { protocol = 'https://'; } - var url = protocol + 'lorempixel.com/' + width + '/' + height; + var url = protocol + 'placeimg.com/' + width + '/' + height; if (typeof category !== 'undefined') { url += '/' + category; } @@ -224,4 +224,4 @@ var Image = function (faker) { } -module["exports"] = Image;
\ No newline at end of file +module["exports"] = Image; |
