fix path for emoji merger
This commit is contained in:
parent
6fc42b123a
commit
49ed5d7da0
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Existing emojis we have
|
// Existing emojis we have
|
||||||
const oldEmojiFilename = '../static/emoji.json'
|
const oldEmojiFilename = '../src/assets/emoji.json'
|
||||||
|
|
||||||
// The file downloaded from https://gist.github.com/oliveratgithub/0bf11a9aff0d6da7b46f1490f86a71eb
|
// The file downloaded from https://gist.github.com/oliveratgithub/0bf11a9aff0d6da7b46f1490f86a71eb
|
||||||
const newEmojiFilename = 'emojis.json'
|
const newEmojiFilename = 'emojis.json'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue