This commit is contained in:
Michael 2024-11-27 11:27:26 +00:00
parent 66fcfa31e8
commit 896243fcee

View File

@ -18,7 +18,7 @@ const { title, description, redirect } = Astro.props;
<head>
<Head title={`${title} | ${SITE.NAME}`} description={description} redirect={redirect}/>
</head>
<body>
<body>
<main>
<slot />
</main>