From 1934025bc78635104a6c428af952e5b1999a2ec7 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Tue, 18 Jun 2019 20:52:05 +0600 Subject: [PATCH] Fix logo in app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 076902a1..c4feb15a 100644 --- a/app.json +++ b/app.json @@ -3,7 +3,7 @@ "description": "Fast and secure standalone server for resizing and converting remote images.", "keywords": ["image", "resize-images", "crop-image", "microservice", "docker", "jpeg", "png", "libvips"], "repository": "https://github.com/imgproxy/imgproxy", - "logo": "https://raw.githubusercontent.com/imgproxy/imgproxy/master/logo.svg", + "logo": "https://cdn.rawgit.com/DarthSim/imgproxy/master/logo.svg", "success_url": "/health", "stack": "container", "env": {