mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Fix comment
This commit is contained in:
@ -34,13 +34,15 @@ const PostComment: FC = () => {
|
||||
{inView && (
|
||||
<Giscus
|
||||
repo="DefectingCat/DefectingCat.github.io"
|
||||
repoId={process.env.NEXT_PUBLIC_GISCUS_REPO_ID ?? ''}
|
||||
categoryId={process.env.NEXT_PUBLIC_GISCUS_CATEGORY_ID ?? ''}
|
||||
repoId="MDEwOlJlcG9zaXRvcnkyMzk5MTUyNzk="
|
||||
categoryId="DIC_kwDODkzRD84B_43T"
|
||||
category="Announcements"
|
||||
mapping="title"
|
||||
mapping="pathname"
|
||||
reactionsEnabled="1"
|
||||
emitMetadata="0"
|
||||
theme={currentTheme === 'dark' ? 'dark_dimmed' : 'light'}
|
||||
loading="lazy"
|
||||
inputPosition="top"
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
@ -12,7 +12,7 @@ export default function Document() {
|
||||
/>
|
||||
<link
|
||||
rel="preconnect"
|
||||
href="https://YOUR_APP_ID-dsn.algolia.net"
|
||||
href="https://ZUYZBUJBQW-dsn.algolia.net"
|
||||
crossOrigin=""
|
||||
/>
|
||||
</Head>
|
||||
|
Reference in New Issue
Block a user