From 85c8c8d65c5119dfc799b7a73dc9de86963bd9ce Mon Sep 17 00:00:00 2001 From: Frank Barrett Date: Fri, 6 Mar 2020 00:30:00 -0700 Subject: Change image API base URL to stable provider --- lib/image.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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; -- cgit v1.2.3