Skip to content

Commit

Permalink
Fix default CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
13g10n committed Jan 11, 2023
1 parent 5a02980 commit 25c4440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/twemoji-picker-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Defines the loading label.

### twemojiPath
- Type: ``string``
- Default: ``'https://twemoji.maxcdn.com/2/'``
- Default: ``'https://cdnjs.cloudflare.com/ajax/libs/twemoji/'``

Defines the CDN where the Twemoji official library will request the emoji arts.

Expand Down
2 changes: 1 addition & 1 deletion src/components/TwemojiPicker/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default {
type: String
},
twemojiPath: {
default: 'https://twemoji.maxcdn.com/2/',
default: 'https://cdnjs.cloudflare.com/ajax/libs/twemoji/',
type: String
},
twemojiExtension: {
Expand Down

0 comments on commit 25c4440

Please sign in to comment.