Skip to content

Commit b658bca

Browse files
committed
fixed error
1 parent 7a7290e commit b658bca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docusaurus.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { default as npm2yarn } from "@docusaurus/remark-plugin-npm2yarn";
1+
// import { default as npm2yarn } from "@docusaurus/remark-plugin-npm2yarn";
22
import { themes as prismThemes } from "prism-react-renderer";
33

44
const remarkMath = require("remark-math");
@@ -8,7 +8,7 @@ const path = require("path");
88
require("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',

0 commit comments

Comments
 (0)