added new blog post

This commit is contained in:
2026-01-31 20:24:26 +01:00
parent 01e455d3bf
commit 21059a4d2e
7 changed files with 39 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ export async function load({ params }) {
const title: string = postValues?.title ?? "";
const date: string = postValues?.date ?? "";
const time: string = postValues?.time ?? "";
const banner: string = (postValues?.banner === "" ? "preview.webp" : postValues?.banner)!;
const banner: string = postValues?.banner ?? "";
const description: string = postValues?.description ?? "";
return {