Skip to content

Commit

Permalink
♻️Refactor: Refactor giscus component
Browse files Browse the repository at this point in the history
  • Loading branch information
0xwonj committed Sep 5, 2023
1 parent e0e2892 commit ecfc56d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
60 changes: 0 additions & 60 deletions src/components/GiscusComponent.module.scss

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion src/theme/BlogPostItem/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { useBlogPost } from "@docusaurus/theme-common/internal";
import BlogPostItem from "@theme-original/BlogPostItem";
import GiscusComponent from "@site/src/components/GiscusComponent";
import GiscusComponent from "@site/src/components/giscus/GiscusComponent";

export default function BlogPostItemWrapper(props) {
const { metadata, isBlogPostPage } = useBlogPost();
Expand Down

0 comments on commit ecfc56d

Please sign in to comment.