feat: add initial og image for share link
This commit is contained in:
committed by
Mythie
parent
023a91832a
commit
1bce169228
5
apps/web/src/api/og/route.ts
Normal file
5
apps/web/src/api/og/route.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { NextResponse } from 'next/server';
|
||||
|
||||
export async function GET() {
|
||||
return NextResponse.json({ hello: 'world' });
|
||||
}
|
||||
Reference in New Issue
Block a user