Skip to content

Commit a1f19b3

Browse files
committed
refactor: [WIP] adopt markdown-to-jsx
1 parent 3c00f5d commit a1f19b3

File tree

6 files changed

+967
-7
lines changed

6 files changed

+967
-7
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig = {
4-
serverExternalPackages: ["@tailwindcss/node"],
4+
serverExternalPackages: ["@tailwindcss/node", "markdown-to-jsx"],
55
pageExtensions: ["js", "jsx", "ts", "tsx", "mdx"],
66
outputFileTracingIncludes: {
77
"/**/*": ["./src/docs/*.mdx"],

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"fathom-client": "^3.7.2",
2222
"feed": "^5.1.0",
2323
"framer-motion": "^12.20.0",
24+
"markdown-to-jsx": "9",
2425
"motion": "^12.20.0",
2526
"next": "15.3.4",
2627
"open-graph-scraper-lite": "^2.1.0",

pnpm-lock.yaml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)