SPB Git forge

spb/websensor

Public
33commits 1branches 0releases
3.4 MBsize
maindefault branch
10 days agolast push
TypeScript 55.4% Python 43.2% SQL 1.2%
317 B · 11 lines tsx
Raw Blame History
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