Skip to content

Commit b3490e9

Browse files
authored
fix(build): remove mdx from transpilation (#1860)
1 parent eed2072 commit b3490e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/sim/next.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ const nextConfig: NextConfig = {
102102
'@t3-oss/env-nextjs',
103103
'@t3-oss/env-core',
104104
'@sim/db',
105-
'next-mdx-remote',
106-
'gray-matter',
107-
'rehype-autolink-headings',
108-
'rehype-slug',
109-
'remark-gfm',
110105
],
111106
async headers() {
112107
return [

0 commit comments

Comments
 (0)