Skip to content

Commit ea7193e

Browse files
Copilothotlong
andcommitted
fix: update OG image site name to ObjectStack Mobile
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent fe5e3d1 commit ea7193e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/app/og/docs/[...slug]/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function GET(_req: Request, { params }: RouteContext<'/og/docs/[...
1111
if (!page) notFound();
1212

1313
return new ImageResponse(
14-
<DefaultImage title={page.data.title} description={page.data.description} site="My App" />,
14+
<DefaultImage title={page.data.title} description={page.data.description} site="ObjectStack Mobile" />,
1515
{
1616
width: 1200,
1717
height: 630,

0 commit comments

Comments
 (0)