Fix bad protocol in twemoji url

pull/2246/head
Jérémy Rialland 2022-08-01 10:28:15 +02:00 committed by Jérémy Rialland
parent 8138f8482a
commit e6b8738cbe
1 changed files with 1 additions and 0 deletions

View File

@ -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,