Add 'exists' flags to content types and set them

This commit is contained in:
itsfinniii
2026-03-20 16:55:33 +01:00
parent 4bb3fa3671
commit b6f3fdd15e
10 changed files with 36 additions and 9 deletions

View File

@@ -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"],