feat: add featured flag to project, display featured projects on home page

This commit is contained in:
mstfyldz
2026-06-05 21:46:54 +03:00
parent 1f1bb8d913
commit 59b2afbc5a
6 changed files with 43 additions and 7 deletions
+1
View File
@@ -27,6 +27,7 @@ model Project {
image String @default("")
gallery String[] @default([])
website String @default("")
featured Boolean @default(false)
}
model BlogPost {