add additional embeds + routes

This commit is contained in:
horsefacts
2024-11-29 17:55:06 -05:00
committed by lucas-neynar
parent 9024500d13
commit 06395560df
7 changed files with 148 additions and 8 deletions

View File

@@ -2,8 +2,8 @@ import { ImageResponse } from "next/og";
export const alt = "Farcaster Frames V2 Demo";
export const size = {
width: 800,
height: 800,
width: 600,
height: 400,
};
export const contentType = "image/png";