feat: add giscus

This commit is contained in:
KazooTTT
2024-10-11 20:07:15 +08:00
parent d2f4fa5fec
commit 4fdafbe98a
11 changed files with 586 additions and 58 deletions

View File

@ -2,6 +2,7 @@
import PageLayout from '@/layouts/BaseLayout.astro'
import ToolSection from '@/components/ToolSection.astro'
import Button from '@/components/Button.astro'
import GiscusComment from '@/components/GiscusComment'
const DESIGN = [
{
@ -112,4 +113,5 @@ const Divices = [
<ToolSection title='Devices' tools={Divices} />
</div>
</div>
<GiscusComment client:only='react' />
</PageLayout>