mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-06 13:17:06 -06:00
Update project directus schema
This commit is contained in:
@@ -18,8 +18,9 @@ export interface Project {
|
|||||||
description: string;
|
description: string;
|
||||||
shortDescription: string;
|
shortDescription: string;
|
||||||
links: Link[];
|
links: Link[];
|
||||||
wakatime_offset: number | null;
|
wakatimeOffset: number | null;
|
||||||
technologies: Technology[];
|
technologies: Technology[] | null;
|
||||||
|
bannerImage: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Link {
|
export interface Link {
|
||||||
|
|||||||
Reference in New Issue
Block a user