import OpenGraphImage from "./opengraph-image"; export const runtime = "nodejs"; export const alt = "WebSensor — The Web is changing. We are watching."; export const size = { width: 1200, height: 630 }; export const contentType = "image/png"; export default function TwitterImage() { return OpenGraphImage(); }