Skip to content

Commit efa324a

Browse files
authored
Updated base URL for fetching news images (#1443)
1 parent 20148d6 commit efa324a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/reducers/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export function initNews() {
256256
parser.parse(newsXml)?.rss?.channel?.item?.map(newsEntry => ({
257257
title: newsEntry.title,
258258
description: newsEntry.description,
259-
image: `https://minecraft.net${newsEntry.imageURL}`,
259+
image: `https://www.minecraft.net${newsEntry.imageURL}`,
260260
url: newsEntry.link,
261261
guid: newsEntry.guid
262262
})) || [];

0 commit comments

Comments
 (0)