Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit c71447b

Browse files
tim-phillipstimneutkens
authored andcommitted
Remove erroneous question mark (#341)
#340
1 parent e6e3b17 commit c71447b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next-mdx/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Optionally you can match other file extensions for MDX compilation, by default o
5858
```js
5959
// next.config.js
6060
const withMDX = require('@zeit/next-mdx')({
61-
extension: /\.(md|mdx)?$/
61+
extension: /\.(md|mdx)$/
6262
})
6363
module.exports = withMDX()
6464
```

0 commit comments

Comments
 (0)