diff --git a/app/components/OgImage/OgImageSaas.vue b/app/components/OgImage/OgImageSaas.satori.vue similarity index 72% rename from app/components/OgImage/OgImageSaas.vue rename to app/components/OgImage/OgImageSaas.satori.vue index 4b5f7903..a3f15a22 100644 --- a/app/components/OgImage/OgImageSaas.vue +++ b/app/components/OgImage/OgImageSaas.satori.vue @@ -11,6 +11,10 @@ defineProps({ description: { type: String, required: true + }, + headline: { + type: String, + default: undefined } }) @@ -18,6 +22,12 @@ defineProps({