게시물 OG 이미지 설정 추가
This commit is contained in:
@@ -13,6 +13,7 @@ export const postSchema = z.object({
|
||||
seoDescription: z.string().default(''),
|
||||
canonicalUrl: z.string().default(''),
|
||||
noindex: z.boolean().default(false),
|
||||
ogImage: z.string().nullable().default(null),
|
||||
status: postStatusSchema,
|
||||
publishedAt: z.string().nullable().default(null),
|
||||
createdAt: z.string(),
|
||||
|
||||
Reference in New Issue
Block a user