Przeglądaj źródła

build fix - math error

nidhi-singh02 2 miesięcy temu
rodzic
commit
61664e2188
1 zmienionych plików z 1 dodań i 1 usunięć
  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],
   },
 });