fix: wrong description for homepage

This commit is contained in:
草师傅 2025-08-15 17:30:41 +08:00
parent 4a463d2794
commit 15846c0089
Signed by: gb
GPG key ID: 43330A030E2D6478
2 changed files with 3 additions and 3 deletions

View file

@ -11,8 +11,8 @@ import Statistics from "../components/Statistics.astro";
import Navbar from "../components/Navbar.astro"; import Navbar from "../components/Navbar.astro";
interface Props { interface Props {
title: string; title?: string;
description: string; description?: string;
author?: string; author?: string;
path?: string; path?: string;
ogImage?: string; ogImage?: string;

View file

@ -12,7 +12,7 @@ try {
} }
--- ---
<Layout title="" description="That a good start."> <Layout>
<h1 class="title">~/</h1> <h1 class="title">~/</h1>
<div class="content"> <div class="content">
{HomePageContent ? <HomePageContent/> : {HomePageContent ? <HomePageContent/> :