Skip to content

Commit 25e6a1c

Browse files
authored
Merge pull request #4805 from github/kenyonj-patch-1
Update feed.json.liquid
2 parents b5fdb17 + 25753d1 commit 25e6a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feed.json.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ permalink: feed.json
4242
"logo": {% if topic.logo == null %}
4343
null,
4444
{% else %}
45-
"{{ site.url }}{{ topic.id | remove_first: "/index" }}/{{ topic.logo }}",
45+
"https://github.com/github/explore/blob/main{{ topic.id | remove_first: "/index" }}/{{ topic.logo }}?raw=true",
4646
{% endif %}
4747
"released": {{ topic.released | jsonify }},
4848
"short_description": {{ topic.short_description | jsonify }},

0 commit comments

Comments
 (0)