feat(projects): simplify categories and add cover-ready card layout
This commit is contained in:
@@ -61,6 +61,8 @@ export interface Project {
|
||||
tech: string[];
|
||||
link: string;
|
||||
featured?: boolean;
|
||||
coverImage?: string;
|
||||
coverImageAlt?: string;
|
||||
links?: {
|
||||
github?: string;
|
||||
demo?: string;
|
||||
|
||||
Reference in New Issue
Block a user