We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d75330 commit f60a9ffCopy full SHA for f60a9ff
src/project/project-shared.ts
@@ -329,6 +329,7 @@ export async function directoryMetadataForInputFile(
329
file,
330
frontMatterSchema,
331
errMsg,
332
+ "{}",
333
)) || {}) as Record<string, unknown>;
334
335
// resolve format into expected structure
@@ -611,7 +612,7 @@ export async function projectResolveBrand(
611
612
}
613
if (typeof brand.dark === "string") {
614
dark = await loadRelativeBrand(brand.dark);
- } else if(brand.dark) {
615
+ } else if (brand.dark) {
616
dark = new Brand(
617
brand.dark,
618
dirname(fileName),
0 commit comments