Skip to content

Commit 61664e2

Browse files
committed
build fix - math error
1 parent 3fc1a5f commit 61664e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/developer-hub/source.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ export default defineConfig({
4848
},
4949
},
5050
remarkPlugins: [remarkMath],
51-
rehypePlugins: [rehypeKatex, rehypeCode],
51+
rehypePlugins: (v) => [rehypeKatex, rehypeCode, ...v],
5252
},
5353
});

0 commit comments

Comments
 (0)