Minor Changes
-
#189
8186730Thanks @delucis! - Adds auto-detection for the route parameter name toOGImageRoute().⚠️ BREAKING CHANGE: The
paramoption toOGImageRoute()has been removed and your code should be updated to remove it:export const { getStaticPaths, GET } = await OGImageRoute({ - param: 'slug', pages: { // ... }, getImageOptions: () => {/* ... */}, });astro-og-canvasnow detects theparamvalue from your image endpoint’s filename automatically.