We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368265e commit 17e05dcCopy full SHA for 17e05dc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "emeraldjava.github.io",
3
- "version": "2024.10.30",
+ "version": "2024.11.10",
4
"scripts": {
5
"dev": "astro dev",
6
"start": "astro dev",
src/components/Comments.tsx
@@ -1,5 +1,5 @@
import Giscus, { type Theme } from "@giscus/react";
-import { GISCUS } from "@config";
+//import { GISCUS } from "@config";
import { useEffect, useState } from "react";
interface CommentsProps {
@@ -45,7 +45,6 @@ export default function Comments({
45
46
return (
47
<div className="mt-8">
48
- <Giscus theme={theme === "light" ? lightTheme : darkTheme} {...GISCUS} />
49
</div>
50
);
51
}
0 commit comments