Skip to content

Commit

Permalink
Update custom-page-extensions.md (#27541)
Browse files Browse the repository at this point in the history
  • Loading branch information
abzr1 committed Jul 27, 2021
1 parent 5eaca0f commit f3fcbef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Open `next.config.js` and add the `pageExtensions` config:

```js
module.exports = {
pageExtensions: ['mdx', 'jsx', 'js', 'ts', 'tsx'],
pageExtensions: ['mdx', 'md', 'jsx', 'js', 'tsx', 'ts'],
}
```

Expand Down

0 comments on commit f3fcbef

Please sign in to comment.