added new blog post
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user