lint(links.ts): remove extraneous code

This commit is contained in:
bfahrenfort 2024-12-23 14:07:42 -06:00
parent 9519492a38
commit c1bba16440

View File

@ -97,7 +97,7 @@ export const CrawlLinks: QuartzTransformerPlugin<Partial<Options>> = (userOpts)
type: "element",
tagName: "img",
properties: {
src: (sub as Image).src as FullSlug,
src: (sub as Image).src,
style: "max-width:1em;max-height:1em",
},
children: [],