this repo has no description
0
fork

Configure Feed

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

fix

alice 51e97154 fa026c8c

+2 -2
+1 -1
src/app/post/[rkey]/opengraph-image.tsx
··· 1 1 import { ImageResponse } from "next/og"; 2 2 import { getPost } from "#/lib/api"; 3 3 import { loadGoogleFont } from "#/lib/google-font"; 4 - import { DESCRIPTION, HOSTNAME } from "#/lib/config"; 4 + import { HOSTNAME } from "#/lib/config"; 5 5 6 6 export const size = { 7 7 width: 1200,
+1 -1
src/app/post/[rkey]/page.tsx
··· 13 13 import { PostInfo } from "#/components/post-info"; 14 14 import { Code, Paragraph, Title } from "#/components/typography"; 15 15 import { getPost, getPosts } from "#/lib/api"; 16 - import { MY_DID, HOSTNAME, DESCRIPTION, AUTHOR_NAME } from "#/lib/config"; 16 + import { MY_DID, HOSTNAME, AUTHOR_NAME } from "#/lib/config"; 17 17 18 18 export const dynamic = "force-static"; 19 19 export const revalidate = 3600; // 1 hour