From 2f1ec7d99de7d9195a9a615e2b91f2f8968e7100 Mon Sep 17 00:00:00 2001 From: Sunil Sharma Date: Wed, 31 Jan 2024 11:44:57 +0530 Subject: [PATCH] Update Imgproxy URLs --- source/index.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/index.html.md b/source/index.html.md index dcc06609d18..d5fd8aaa141 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -615,14 +615,14 @@ curl "https://www.filmmakers.eu/api/v1/blog_posts/123" \ } ], "body": "Blog post body", - "body_html": "
Blog post body
© Acme inc
", + "body_html": "
Blog post body
© Acme inc
", "images": [ { - "url": "https://xxx.cloudfront.net/83570365-9d0f-4165-85c6-df1dd48adb1f.jpeg", + "url": "https://imgproxy.filmmakers.eu/83570365-9d0f-4165-85c6-df1dd48adb1f.jpeg", "copyright": "Acme inc" }, { - "url": "https://xxx.cloudfront.net/83570365-9d0f-4165-85c6-df1dd48adb1f.jpeg", + "url": "https://imgproxy.filmmakers.eu/83570365-9d0f-4165-85c6-df1dd48adb1f.jpeg", "copyright": "Abc inc" } ]