Retouch all pages and add 'Engaged in Reality'
This commit is contained in:
parent
1dda4c9af8
commit
b03aca87e7
37 changed files with 1701 additions and 553 deletions
|
|
@ -4,6 +4,7 @@ import { defineCollection, reference, z } from "astro:content";
|
|||
|
||||
export const DEFAULT_LANG = "en";
|
||||
export const ANONYMOUS_USER_ID = "anonymous";
|
||||
export const SELF_USER_ID = "bad-manners";
|
||||
|
||||
// Transformers
|
||||
|
||||
|
|
@ -163,6 +164,7 @@ const publishedContent = z
|
|||
// Optional parameters
|
||||
isDraft: z.boolean().default(false),
|
||||
isAgeRestricted: z.boolean().default(true),
|
||||
isFeatured: z.boolean().default(false),
|
||||
relatedStories: z.array(reference("stories")).default([]),
|
||||
relatedGames: z.array(reference("games")).default([]),
|
||||
relatedBlogPosts: z.array(reference("blog")).default([]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue