Add 'exists' flags to content types and set them
This commit is contained in:
@@ -94,6 +94,7 @@ export async function getBlog(settings: GlobalSettings, route: string): Promise<
|
||||
|
||||
const blog: BlogPost = {
|
||||
type: "BlogPost",
|
||||
exists: true,
|
||||
id: blogRecord["id"],
|
||||
lastModified: new Date(),
|
||||
title: blogRecord["title"],
|
||||
|
||||
Reference in New Issue
Block a user