Skip to content

Commit b492178

Browse files
committed
fetch readme.md as mdx
1 parent a7d26c6 commit b492178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/fetch-package-readmes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function main() {
3434
const url = `https://raw.githubusercontent.com/${repo}/master/README.md`;
3535
const htmlUrl = `https://github.com/${repo}`;
3636
const editUrl = `${htmlUrl}/edit/master/README.md`;
37-
const fileName = path.resolve(outputDir, `_${packageName}.md`);
37+
const fileName = path.resolve(outputDir, `_${packageName}.mdx`);
3838

3939
let title = packageName;
4040

0 commit comments

Comments
 (0)