nuxt-modules / og-image

Generate OG Images with Vue templates in Nuxt.
https://nuxtseo.com/og-image
400 stars 25 forks source link

fix: allow for undefined `currentRoute` #74

Closed dargmuesli closed 1 year ago

dargmuesli commented 1 year ago

Description

currentRoute can be undefined, for which a check already exists, but not in all places.

Linked Issues

n/a

Additional context

https://stackblitz.com/edit/github-qb5zwo-hhc5lt

harlan-zw commented 1 year ago

Thanks!