mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-30 08:14:05 -06:00
CI: run format
This commit is contained in:
parent
dbfd1a4280
commit
32f8a1ea7d
@ -101,7 +101,7 @@ export default (() => {
|
|||||||
fileExt: extension,
|
fileExt: extension,
|
||||||
fontsPromise,
|
fontsPromise,
|
||||||
cfg,
|
cfg,
|
||||||
fileData
|
fileData,
|
||||||
},
|
},
|
||||||
fullOptions,
|
fullOptions,
|
||||||
)
|
)
|
||||||
|
|||||||
@ -80,7 +80,7 @@ export type SocialImageOptions = {
|
|||||||
title: string,
|
title: string,
|
||||||
description: string,
|
description: string,
|
||||||
fonts: SatoriOptions["fonts"],
|
fonts: SatoriOptions["fonts"],
|
||||||
fileData: QuartzPluginData
|
fileData: QuartzPluginData,
|
||||||
) => JSXInternal.Element
|
) => JSXInternal.Element
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ export const defaultImage: SocialImageOptions["imageStructure"] = (
|
|||||||
title: string,
|
title: string,
|
||||||
description: string,
|
description: string,
|
||||||
fonts: SatoriOptions["fonts"],
|
fonts: SatoriOptions["fonts"],
|
||||||
fileData: QuartzPluginData
|
fileData: QuartzPluginData,
|
||||||
) => {
|
) => {
|
||||||
// How many characters are allowed before switching to smaller font
|
// How many characters are allowed before switching to smaller font
|
||||||
const fontBreakPoint = 22
|
const fontBreakPoint = 22
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user