Add featured post flag for homepage
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Neeldhara Misra 2026-06-22 13:08:56 +05:30
parent e7227844c7
commit 3ced32a4d0
19 changed files with 63 additions and 5 deletions

View file

@ -9,6 +9,8 @@ const blogSchema = z.object({
image: z.string().optional(),
authorImage: z.string().optional(),
authorName: z.string().optional(),
"main-feature": z.boolean().optional(),
mainFeature: z.boolean().optional(),
});
const research = defineCollection({

View file

@ -3,6 +3,7 @@ title: "On Career Choices"
description: "Tip A version of this article was featured in A Lesson from IIT , a column on the Indian Express. The link to the column is here, and this is the link to the present article. Ma..."
pubDate: "2023-05-26"
authorName: "Neeldhara"
main-feature: true
sourceCategories: ["funda"]
sourcePath: "on-career-choices/index.qmd"
---