From e6b8738cbe01dbd6a7224da2b1f4d9851f164eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Mon, 1 Aug 2022 10:28:15 +0200 Subject: [PATCH] Fix bad protocol in twemoji url --- site/source/components/utils/Emoji.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/site/source/components/utils/Emoji.tsx b/site/source/components/utils/Emoji.tsx index 2da0840be..e00c1b41f 100644 --- a/site/source/components/utils/Emoji.tsx +++ b/site/source/components/utils/Emoji.tsx @@ -19,6 +19,7 @@ export default function Emoji({ emoji, alt, title }: PropType) { return emojiFn(emoji, { baseUrl: '/twemoji/2/', + protocol: '' as 'https', // Hack to use relative path ext: '.png', props: { alt,