<!-- Please don't delete this template or we'll close your issue --> <!-- Before creating an issue please make sure you are using the latest version of VuePress. --> <!-- Please confirm you will submit an issue. --> <!-- Issues which contain questions or support requests will be closed. --> <!-- (Update "[ ]" to "[x]" to check a box) --> - [x] I confirm that this is an issue rather than a question. <!-- Please ask questions via following several ways. --> <!-- https://vue-land.js.org/ --> <!-- https://forum.vuejs.org/ --> <!-- https://stackoverflow.com/questions/ask?tags=vuepress --> ## Bug report #### Steps to reproduce <!-- If you are reporting a bug that can ONLY be reproduced on your repository, PLEASE provide this repo link. That takes guessing work out of the way and saves us time. --> <!-- If your repo isn't public, you can use `codesandbox` or `yarn create vuepress` to create a minimal reproduction --> 1. Go to [markdown guide](https://vuepress.vuejs.org/guide/markdown.html#emoji) 2. Click on the `list of all emojis` link #### What is expected? See a list of emojis #### What is actually happening? Got `404 - page not found` #### Other relevant information - I found that the source link has been changed to [full.mjs](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/full.mjs) with a different extension from the current [full.json](https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/full.json)