Skip to content

Commit 499ec63

Browse files
committed
add docs OG image
1 parent 8832031 commit 499ec63

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)