fix: wrong description for homepage
This commit is contained in:
parent
4a463d2794
commit
15846c0089
2 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ import Statistics from "../components/Statistics.astro";
|
|||
import Navbar from "../components/Navbar.astro";
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
description: string;
|
||||
title?: string;
|
||||
description?: string;
|
||||
author?: string;
|
||||
path?: string;
|
||||
ogImage?: string;
|
||||
|
|
|
@ -12,7 +12,7 @@ try {
|
|||
}
|
||||
---
|
||||
|
||||
<Layout title="" description="That a good start.">
|
||||
<Layout>
|
||||
<h1 class="title">~/</h1>
|
||||
<div class="content">
|
||||
{HomePageContent ? <HomePageContent/> :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue