Final touches to the facelift
This commit is contained in:
parent
379287af36
commit
a2fbf908aa
19 changed files with 194 additions and 87 deletions
|
|
@ -222,6 +222,7 @@ export type GamePlatform = z.infer<typeof platform>;
|
|||
export type CopyrightedCharacters = z.infer<typeof copyrightedCharacters>;
|
||||
export type PublishedContent = z.infer<typeof publishedContent>;
|
||||
export type PostWebsite = keyof PublishedContent["posts"];
|
||||
export type Posts = PublishedContent["posts"];
|
||||
|
||||
// Content collections
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue