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 b562b90 commit a989469Copy full SHA for a989469
packages/next-mdx/readme.md
@@ -69,7 +69,7 @@ const withMDX = require('@next/mdx')({
69
extension: /\.mdx?$/,
70
})
71
module.exports = withMDX({
72
- pageExtensions: ['js', 'jsx', 'md', 'mdx'],
+ pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx'],
73
74
```
75
0 commit comments