📈 index.ts

This commit is contained in:
nirholas
2026-03-31 10:22:54 +00:00
parent 7f845dfd96
commit 56bfade83e
3 changed files with 3 additions and 0 deletions

View File

@@ -174,3 +174,4 @@ export async function resolveAndPrepend(
return prependPathRefs(content, prefix)
}

View File

@@ -79,3 +79,4 @@ function isMalformedBase64Image(
return !(block.source as unknown as Record<string, unknown>).media_type
}