From ba9f94e461e9336bfb2343fd45e52633c936e90a Mon Sep 17 00:00:00 2001 From: TomNUSDS <74203452+TomNUSDS@users.noreply.github.com> Date: Fri, 29 Mar 2024 10:45:18 -0700 Subject: [PATCH] Update commontypes.ts Saving zip was being confused by a non empty string. --- src/types/commontypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/commontypes.ts b/src/types/commontypes.ts index 714c472..0f43ba2 100644 --- a/src/types/commontypes.ts +++ b/src/types/commontypes.ts @@ -45,7 +45,7 @@ export const BLANK_FRONTMATTER_FIELDS: FrontMatterFields = { readtime_minutes: 1, author: DEFAULT_AUTHOR, permalink: "", - basename: "unnammed", + basename: "", agency: "", project_url: "",