mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 10:11:31 +10:00
feat(resume): ✨ implement resume locking feature
This commit is contained in:
@ -39,6 +39,7 @@ export const metadataSchema = z.object({
|
||||
lineHeight: z.number().default(1.5),
|
||||
underlineLinks: z.boolean().default(true),
|
||||
}),
|
||||
notes: z.string().default(""),
|
||||
});
|
||||
|
||||
// Type
|
||||
@ -76,4 +77,5 @@ export const defaultMetadata: Metadata = {
|
||||
lineHeight: 1.5,
|
||||
underlineLinks: true,
|
||||
},
|
||||
notes: "",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user