We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d26c6 commit b492178Copy full SHA for b492178
src/utilities/fetch-package-readmes.js
@@ -34,7 +34,7 @@ async function main() {
34
const url = `https://raw.githubusercontent.com/${repo}/master/README.md`;
35
const htmlUrl = `https://github.com/${repo}`;
36
const editUrl = `${htmlUrl}/edit/master/README.md`;
37
- const fileName = path.resolve(outputDir, `_${packageName}.md`);
+ const fileName = path.resolve(outputDir, `_${packageName}.mdx`);
38
39
let title = packageName;
40
0 commit comments