From 73cb3916db9b30fddb7b559ef4f0d9d2a244e974 Mon Sep 17 00:00:00 2001 From: orewaee Date: Tue, 4 Nov 2025 18:56:53 +0400 Subject: [PATCH] fix: invalid links --- features/chat.json | 6 +++--- features/stream/twitch.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/features/chat.json b/features/chat.json index 1957cd6..a19a79d 100644 --- a/features/chat.json +++ b/features/chat.json @@ -49,7 +49,7 @@ "props": { "number": null, "plain_text": null, - "url": "https://i.postimg.cc/8zY43LGB/chat-1.jpg", + "url": "/api/cdn/assets/chat_1.png", "media_type": "IMAGE", "margin": { "top": 8, "right": 0, "bottom": 8, "left": 0 }, "padding": { "top": 0, "right": 0, "bottom": 0, "left": 0 } @@ -189,7 +189,7 @@ "props": { "number": null, "plain_text": null, - "url": "https://i.postimg.cc/Hn2nc03D/chat-2.jpg", + "url": "/api/cdn/assets/chat_2.png", "media_type": "IMAGE", "margin": { "top": 8, "right": 0, "bottom": 8, "left": 0 }, "padding": null @@ -273,7 +273,7 @@ "props": { "number": null, "plain_text": null, - "url": "https://i.postimg.cc/4ypj4Bfb/chat-3.jpg", + "url": "/api/cdn/assets/chat_3.png", "media_type": "IMAGE", "margin": { "top": 8, "right": 0, "bottom": 8, "left": 0 }, "padding": null diff --git a/features/stream/twitch.json b/features/stream/twitch.json index 67c9774..e76ecd2 100644 --- a/features/stream/twitch.json +++ b/features/stream/twitch.json @@ -35,7 +35,7 @@ "props": { "number": null, "plain_text": null, - "url": "/api/assets/twitch-1.png", + "url": "/api/cdn/assets/twitch_1.png", "media_type": "IMAGE", "margin": { "top": 8, "right": 0, "bottom": 8, "left": 0 }, "padding": null