Skip to content

Commit

Permalink
Update docs/docs/getting-started.server.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Titus <[email protected]>
  • Loading branch information
remcohaszing and wooorm authored May 15, 2022
1 parent 6be23f7 commit b6dd3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started.server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ well.
const withMDX = nextMDX({
// By default only the .mdx extension is supported.
extension: /\.mdx?$/,
options: { providerImportSource: '@mdx-js/react', /* otherOptions… */}
options: {providerImportSource: '@mdx-js/react', /* otherOptions… */}
})

export default withMDX({
Expand Down

0 comments on commit b6dd3a2

Please sign in to comment.