Skip to content

Commit

Permalink
Temporarily hardcode config development value [skip ci]
Browse files Browse the repository at this point in the history
Until `next-mdx-remote` supports Next 13,
we need to workaround the `_jsxDEV` error.

For more info,
@see hashicorp/next-mdx-remote#307 (comment)
  • Loading branch information
bespoyasov committed Dec 27, 2022
1 parent f4a56ee commit 47afebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/serialization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import syntaxHighlight from "rehype-highlight";
import fsharp from "highlight.js/lib/languages/fsharp";

export const serializationConfig = {
development: false,
remarkPlugins: [
githubFlavor,
unwrapImages,
Expand Down

0 comments on commit 47afebd

Please sign in to comment.