run-llama / chat-llamaindex

https://chat.llamaindex.ai
MIT License
761 stars 245 forks source link

[Bug] Emoji not loading #58

Closed gappc closed 6 months ago

gappc commented 6 months ago

Describe the bug The emojis are not loading.

To Reproduce Steps to reproduce the behavior:

  1. Open the app, e.g. https://chat-llamaindex.vercel.app/
  2. There are no emojis

Expected behavior The expectation is that the emojis will be loaded and displayed.

Screenshots image

Deployment

The issue likely exists everywhere, the CDN used to load the emojis (cdn.staticfile.org) appears to no longer host emoji files.

A fix is provided in PR #57. That PR updates the CDN to Cloudflare and incorporates the latest emoji version.

gappc commented 6 months ago

PR is already merged