TypeScript 55.4%
Python 43.2%
SQL 1.2%
1import OpenGraphImage from "./opengraph-image";23export const runtime = "nodejs";4export const alt = "WebSensor — The Web is changing. We are watching.";5export const size = { width: 1200, height: 630 };6export const contentType = "image/png";78export default function TwitterImage() {9 return OpenGraphImage();10}11