Explorar el Código

build fix - math error

nidhi-singh02 hace 2 meses
padre
commit
61664e2188
Se han modificado 1 ficheros con 1 adiciones y 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],
   },
 });