mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-11-05 17:19:49 +01: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",
|
type: "element",
|
||||||
tagName: "img",
|
tagName: "img",
|
||||||
properties: {
|
properties: {
|
||||||
src: (sub as Image).src as FullSlug,
|
src: (sub as Image).src,
|
||||||
style: "max-width:1em;max-height:1em",
|
style: "max-width:1em;max-height:1em",
|
||||||
},
|
},
|
||||||
children: [],
|
children: [],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user