mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 02:20:05 -04:00
docs(pages): 自定义 Astro 的 Frontmatter
1. docs: 自定义 Astro 的 Frontmatter 2. docs: 你是人类吗? 3. fix(config): Umami 更改网站名称导致的密钥失效 4. feat(config): 新增关闭头图 5. feat(config): 新增更改文章内部头图 6. docs(chore): 更改了 doc: 进行 Folo 订阅源认证 的标题
This commit is contained in:
@@ -10,6 +10,9 @@ const postsCollection = defineCollection({
|
||||
image: z.string().optional().default(""),
|
||||
tags: z.array(z.string()).optional().default([]),
|
||||
category: z.string().optional().nullable().default(""),
|
||||
showcover: z.boolean().optional().default(true),
|
||||
customcover: z.string().optional().default(""),
|
||||
|
||||
lang: z.string().optional().default(""),
|
||||
|
||||
/* For internal use */
|
||||
|
||||
Reference in New Issue
Block a user