Skip to content

Commit

Permalink
Compatibility with Node 22+
Browse files Browse the repository at this point in the history
Fixes #5. Tested with both Node 18 and 22.
  • Loading branch information
sylvinus authored Jan 19, 2025
1 parent 8a8dff1 commit 5ce01d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import createMDX from "@next/mdx";
import remarkGfm from "remark-gfm";
import ContentSecurityPolicy from "./csp.config.mjs";

import pkg from "./package.json" assert { type: "json" };
import pkg from "./package.json" with { type: "json" };

const withMDX = createMDX({
options: {
Expand Down

0 comments on commit 5ce01d4

Please sign in to comment.