feat: add comment

This commit is contained in:
KazooTTT
2025-02-05 22:59:35 +08:00
parent 3edaa20cc3
commit af1372b1b8
9 changed files with 610 additions and 3 deletions

View File

@ -1,6 +1,7 @@
---
import PageLayout from "@/layouts/Base.astro";
import Tools from "@/components/tools/index.astro";
import GiscusComment from "@/components/componentsBefore/GiscusComment";
const meta = {
description: "introduction for KazooTTT",
title: "About",
@ -20,4 +21,5 @@ const meta = {
</div>
<Tools />
<GiscusComment client:load />
</PageLayout>