import { ImageResponse } from "next/og"; export const dynamic = "force-static"; const imageSize = { width: 1200, height: 630, }; function BrandMark() { return ( ); } function FileGlyph() { return ( ); } function CheckGlyph() { return ( ); } function LockGlyph() { return ( ); } function TransferIllustration() { return (
DIRECT · ENCRYPTED
Project files
12 items · 284 MB
Sending directly
72%
Received
Verified on arrival
); } export function GET() { return new ImageResponse(
VniDrop
OPEN SOURCE · LOCAL P2P
Your files.
A straight line
between devices.
Send files directly. Stay in control.
, imageSize, ); }