mirror of
https://github.com/fmhy/edit.git
synced 2025-08-02 09:12:12 +10:00
Merge branch 'main' into redesign
This commit is contained in:
commit
c7153b6739
34 changed files with 421 additions and 345 deletions
|
@ -86,12 +86,13 @@ async function generateImage({
|
|||
|
||||
// consola.info(url, title, description)
|
||||
const options: SatoriOptions = {
|
||||
width: 1200,
|
||||
height: 628,
|
||||
width: 1800,
|
||||
height: 900,
|
||||
fonts,
|
||||
props: {
|
||||
title,
|
||||
description
|
||||
description,
|
||||
image: 'https://i.fmhy.net/og-base.jpg'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue