this repo has no description
0
fork

Configure Feed

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

rm dynamic

-3
src/app/fonts/LibreBaskerville-Bold.ttf

This is a binary file and will not be displayed.

-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-static"; 6 5 export const size = { 7 6 width: 1200, 8 7 height: 630,
-2
src/app/post/[rkey]/opengraph-image.tsx
··· 4 4 5 5 import { getPost } from "#/lib/api"; 6 6 7 - export const dynamic = "force-static"; 8 - 9 7 export const size = { 10 8 width: 1200, 11 9 height: 630,