()
| 5 | export const contentType = "image/png"; |
| 6 | |
| 7 | export default async function Image() { |
| 8 | return ogResponse( |
| 9 | await renderListingOGBytes( |
| 10 | "Plugins", |
| 11 | "Rules, MCP servers, and integrations built by the community", |
| 12 | ), |
| 13 | ); |
| 14 | } |
nothing calls this directly
no test coverage detected