Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit f028ee6

Browse files
fixing non mdx pages
1 parent c9e7655 commit f028ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ module.exports = withMDX({
77
"/": { page: "/" }
88
};
99
},
10-
pageExtensions: ["md", "mdx"]
10+
pageExtensions: ["md", "mdx", "js", "jsx"]
1111
});

0 commit comments

Comments
 (0)