Selaa lähdekoodia

build fix - math error

nidhi-singh02 2 kuukautta sitten
vanhempi
sitoutus
61664e2188
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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],
   },
 });