File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- import { default as npm2yarn } from "@docusaurus/remark-plugin-npm2yarn" ;
1+ // import { default as npm2yarn } from "@docusaurus/remark-plugin-npm2yarn";
22import { themes as prismThemes } from "prism-react-renderer" ;
33
44const remarkMath = require ( "remark-math" ) ;
@@ -8,7 +8,7 @@ const path = require("path");
88require ( "dotenv" ) . config ( ) ;
99
1010/** @type {import('@docusaurus/types').Config } */
11- const config = {
11+ const config = { y
1212 title : "CodeHarborHub" ,
1313 tagline : "A place to learn and grow" ,
1414 favicon : "img/favicon_io/favicon.ico" ,
@@ -52,12 +52,12 @@ const config = {
5252 showReadingTime : true ,
5353 onUntruncatedBlogPosts : "ignore" ,
5454 editUrl : "https://github.com/codeharborhub/blog/edit/main/" ,
55- // remarkPlugins: [
56- // [
57- // require("@docusaurus/remark-plugin-npm2yarn"),
58- // { sync: true }
59- // ]
60- // ],
55+ remarkPlugins : [
56+ [
57+ require ( "@docusaurus/remark-plugin-npm2yarn" ) ,
58+ { sync : true }
59+ ]
60+ ] ,
6161
6262 feedOptions : {
6363 type : 'all' ,
You can’t perform that action at this time.
0 commit comments