support published value
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / build (push) Has been cancelled

This commit is contained in:
2025-08-11 19:29:26 -05:00
parent 43ff986963
commit 931d1009ed
6 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ export type Post = {
tags: string[];
category: string;
selected: boolean;
published: boolean;
content: string;
image: string;
image_alt: string;