this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update opengraph-image.tsx

+1
+1
src/app/opengraph-image.tsx
··· 2 2 import { join } from "node:path"; 3 3 import { ImageResponse } from "next/og"; 4 4 5 + export const dynamic = 'force-dynamic'; 5 6 export const size = { 6 7 width: 1200, 7 8 height: 630,