We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20148d6 commit efa324aCopy full SHA for efa324a
src/common/reducers/actions.js
@@ -256,7 +256,7 @@ export function initNews() {
256
parser.parse(newsXml)?.rss?.channel?.item?.map(newsEntry => ({
257
title: newsEntry.title,
258
description: newsEntry.description,
259
- image: `https://minecraft.net${newsEntry.imageURL}`,
+ image: `https://www.minecraft.net${newsEntry.imageURL}`,
260
url: newsEntry.link,
261
guid: newsEntry.guid
262
})) || [];
0 commit comments