use thumbnail for player embed
All checks were successful
Deploy / deploy (push) Successful in 5m10s

This commit is contained in:
Lee 2024-09-30 18:40:32 +01:00
parent d3168f371c
commit c8a07e7e32

@ -89,6 +89,9 @@ export async function generateMetadata(props: Props): Promise<Metadata> {
}, },
], ],
}, },
twitter: {
card: "summary",
},
}; };
} }