Skip to content

Commit

Permalink
Change Twemoji CDN to CloudFlare
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Jun 22, 2019
1 parent 087427f commit 18dfa04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/misc/twemoji-base.ts
@@ -1,4 +1,4 @@
export const twemojiBase = 'https://cdn.jsdelivr.net/npm/twemoji@12.0.1';
export const twemojiBase = 'https://cdnjs.cloudflare.com/ajax/libs/twemoji/12.0.1';
// https://cdn.jsdelivr.net/npm/twemoji@12.0.1
// https://cdnjs.cloudflare.com/ajax/libs/twemoji/12.0.1
// https://twemoji.maxcdn.com

0 comments on commit 18dfa04

Please sign in to comment.