Skip to content

Commit 459a90c

Browse files
authored
Merge pull request #351 from Merit-Systems/json/docs-og
add docs OG image
2 parents 7ed4473 + 499ec63 commit 459a90c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import { ogExports } from '@/components/og/exports';
2+
import { staticPage } from '@/components/og/images/home';
3+
4+
export const { alt, size, contentType } = ogExports('My Apps');
5+
6+
export default async function Image() {
7+
return staticPage({
8+
title: 'Docs',
9+
description: 'Monetize your AI App in Minutes',
10+
});
11+
}

0 commit comments

Comments
 (0)