fix twemoji path for special shared hostings

This commit is contained in:
HB9HIL
2024-07-30 23:59:02 +02:00
parent f486dc5905
commit 2f46f6f2d1
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
import {
polyfillCountryFlagEmojis
} from "../assets/js/country-flag-emoji-polyfill.js";
polyfillCountryFlagEmojis();
polyfillCountryFlagEmojis("Twemoji Country Flags", "<?php echo $websiteurl; ?>assets/fonts/TwemojiCountryFlags/TwemojiCountryFlags.woff2");
</script>
<?php
/**