feat: new og image

This commit is contained in:
taskylizard 2025-06-30 14:51:52 +00:00
parent 6f1b1f2e20
commit 5c6d4c3b41
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
6 changed files with 30 additions and 38 deletions

View file

@ -102,12 +102,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'
}
}