Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Oct 06:41
· 1601 commits to main since this release

Bug Fixes

  • sync Cache-Control header time with options (#102) (ac82b56)

Features πŸš€

  • html option for quicker og:image generation (3b03e32)

Feeling too lazy to make an OgImage component? Just throw the html in the new html attribute.

defineOgImage({
  html: `<div class="h-full w-full bg-blue-500 flex justify-center items-center text-white">Hello world!</div>`
})