feat: add featured flag to project, display featured projects on home page
This commit is contained in:
@@ -27,6 +27,7 @@ model Project {
|
||||
image String @default("")
|
||||
gallery String[] @default([])
|
||||
website String @default("")
|
||||
featured Boolean @default(false)
|
||||
}
|
||||
|
||||
model BlogPost {
|
||||
|
||||
Reference in New Issue
Block a user