mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 20:01:33 +02:00
chore: update layout add layout calculation notes
This commit is contained in:
parent
1444e8934c
commit
e37d8ee34e
8 changed files with 22 additions and 14 deletions
|
@ -6,8 +6,8 @@ const postsCollection = defineCollection({
|
|||
title: z.string(),
|
||||
published: z.date(),
|
||||
// optional
|
||||
updated: z.date().optional(),
|
||||
description: z.string().optional().default(''),
|
||||
updated: z.date().optional(),
|
||||
tags: z.array(z.string()).optional().default([]),
|
||||
// Advanced
|
||||
draft: z.boolean().optional().default(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue