add: title for test-vdf page

This commit is contained in:
alikia2x (寒寒) 2025-04-28 05:51:07 +08:00
parent f97e42e7d0
commit 10de53b773
Signed by: alikia2x
GPG Key ID: 56209E0CCD8420C6

View File

@ -3,6 +3,6 @@ import VDFtester from "@components/VDFtester.svelte";
import Layout from "@layouts/Layout.astro"; import Layout from "@layouts/Layout.astro";
--- ---
<Layout> <Layout title="VDF 基准测试">
<VDFtester client:load /> <VDFtester client:load />
</Layout> </Layout>