@underverse-ui/underverse 1.0.166 → 1.0.168

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3735,7 +3735,7 @@ function getEmojiUnifiedCode(emoji) {
3735
3735
  }
3736
3736
  return codePoints.join("-");
3737
3737
  }
3738
- var globalEmojiBaseUrl = "https://underverse.infiniq.com.vn/emojis";
3738
+ var globalEmojiBaseUrl = "/emojis";
3739
3739
  function setEmojiBaseUrl(url) {
3740
3740
  globalEmojiBaseUrl = url.endsWith("/") ? url.slice(0, -1) : url;
3741
3741
  }