고정 페이지 HTML 문서 모드 추가 v1.5.1

This commit is contained in:
2026-05-26 11:03:33 +09:00
parent 0ad2ab3f9d
commit a25306389b
15 changed files with 169 additions and 14 deletions

View File

@@ -28,6 +28,7 @@ export const pageSchema = z.object({
title: z.string().min(1),
slug: z.string().min(1),
content: z.string(),
renderMode: z.enum(['markdown', 'html_document']).default('markdown'),
featuredImage: z.string().nullable().default(null),
createdAt: z.string(),
updatedAt: z.string()