CI: run format

This commit is contained in:
Ben Schlegel 2024-03-07 19:36:11 +01:00
parent dbfd1a4280
commit 32f8a1ea7d
3 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ export default (() => {
fileExt: extension,
fontsPromise,
cfg,
fileData
fileData,
},
fullOptions,
)

View File

@ -80,7 +80,7 @@ export type SocialImageOptions = {
title: string,
description: string,
fonts: SatoriOptions["fonts"],
fileData: QuartzPluginData
fileData: QuartzPluginData,
) => JSXInternal.Element
}

View File

@ -9,7 +9,7 @@ export const defaultImage: SocialImageOptions["imageStructure"] = (
title: string,
description: string,
fonts: SatoriOptions["fonts"],
fileData: QuartzPluginData
fileData: QuartzPluginData,
) => {
// How many characters are allowed before switching to smaller font
const fontBreakPoint = 22