MCPcopy Create free account
hub / github.com/cloudflare/pages-plugins / onRequestGet

Function onRequestGet

example/functions/image.tsx:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { ImageResponse } from "@cloudflare/pages-plugin-vercel-og/api";
2
3export const onRequestGet = async () => {
4 return new ImageResponse(<div>Hello, world!</div>);
5};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected