Explorar o código

build fix - math error

nidhi-singh02 hai 2 meses
pai
achega
61664e2188
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/developer-hub/source.config.ts

+ 1 - 1
apps/developer-hub/source.config.ts

@@ -48,6 +48,6 @@ export default defineConfig({
       },
     },
     remarkPlugins: [remarkMath],
-    rehypePlugins: [rehypeKatex, rehypeCode],
+    rehypePlugins: (v) => [rehypeKatex, rehypeCode, ...v],
   },
 });