mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-07-17 02:51:00 +02:00
lint(links.ts): remove extraneous code
This commit is contained in:
parent
9519492a38
commit
c1bba16440
@ -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: [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user