Rename demo_url to live_url for production
cgen-cc60444ad3754768894cbccec491e5ee
This commit is contained in:
parent
e220b00a1f
commit
0c0be1305d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export interface AethexProject {
|
|||
status: "planning" | "in_progress" | "completed" | "on_hold";
|
||||
technologies?: string[];
|
||||
github_url?: string;
|
||||
demo_url?: string;
|
||||
live_url?: string;
|
||||
image_url?: string;
|
||||
start_date?: string;
|
||||
end_date?: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue