Skip to content

Commit 4175546

Browse files
efstajasrudolfs
authored andcommitted
fix: relative file path for twemoji assets
1 parent 84707dd commit 4175546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Emoji.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{@html twemoji.parse(emoji, {
4949
className: `emoji ${size}`,
5050
base: $config.assetPathPrefix,
51-
folder: "twemoji",
51+
folder: "/twemoji",
5252
ext: ".svg",
5353
})}
5454
</div>

0 commit comments

Comments
 (0)