From 80ab94b373f5ad7edebb6d37d3d3b48d60c6b49c Mon Sep 17 00:00:00 2001 From: Hippo Date: Fri, 11 Oct 2019 13:47:42 +0530 Subject: [PATCH] Add media redirect for feature images as well Be careful with profile-pics though! --- src/templates/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/post.js b/src/templates/post.js index 63bd20b..e38181f 100755 --- a/src/templates/post.js +++ b/src/templates/post.js @@ -30,7 +30,7 @@ const Post = ({ data, location }) => { { post.feature_image ?
- { + {
: null }