Minor Changes
-
#119
151edd2Thanks @delucis! - MakesOGImageRoute()asynchronous.⚠️ BREAKING CHANGE: You must now
awaitthe result ofOGImageRoute():import { OGImageRoute } from 'astro-og-canvas'; - export const { getStaticPaths, GET } = OGImageRoute({ + export const { getStaticPaths, GET } = await OGImageRoute({