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";
|
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;
|
||||||
|
|
|
@ -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/> :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue