fix(og): add missing logo type to OGImageTemplateProps

This commit is contained in:
2026-06-22 11:39:20 +02:00
parent dd363d0a55
commit b2d1865f40

View File

@@ -5,6 +5,7 @@ interface OGImageTemplateProps {
description?: string;
label?: string;
image?: string;
logo?: string;
mode?: 'dark' | 'light' | 'image';
}