2 parents 7ed4473 + 499ec63 commit 459a90cCopy full SHA for 459a90c
1 file changed
echo-control/src/app/docs/opengraph-image.tsx
@@ -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