mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
fix an assorted set of issues, more info on linear
This commit is contained in:
@ -3,7 +3,7 @@ import { z } from "zod";
|
||||
export const projectSchema = z.object({
|
||||
Title: z.string(),
|
||||
Description: z.string(),
|
||||
Url: z.string().url(),
|
||||
Url: z.literal("").or(z.string().url()).optional(),
|
||||
"Started On": z.string(),
|
||||
"Finished On": z.string().optional(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user