Skip to content

Commit 17e05dc

Browse files
committed
2024-11-10: Disable Giscuss
1 parent 368265e commit 17e05dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emeraldjava.github.io",
3-
"version": "2024.10.30",
3+
"version": "2024.11.10",
44
"scripts": {
55
"dev": "astro dev",
66
"start": "astro dev",

src/components/Comments.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Giscus, { type Theme } from "@giscus/react";
2-
import { GISCUS } from "@config";
2+
//import { GISCUS } from "@config";
33
import { useEffect, useState } from "react";
44

55
interface CommentsProps {
@@ -45,7 +45,6 @@ export default function Comments({
4545

4646
return (
4747
<div className="mt-8">
48-
<Giscus theme={theme === "light" ? lightTheme : darkTheme} {...GISCUS} />
4948
</div>
5049
);
5150
}

0 commit comments

Comments
 (0)