init project files
This commit is contained in:
13
content/projects.ts
Normal file
13
content/projects.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export type Project = {
|
||||
id: string;
|
||||
title: string;
|
||||
description: string;
|
||||
tags: string[];
|
||||
image?: string;
|
||||
liveUrl?: string;
|
||||
githubUrl?: string;
|
||||
featured?: boolean;
|
||||
};
|
||||
|
||||
export const projects: Project[] = [
|
||||
];
|
||||
Reference in New Issue
Block a user