diff --git a/apps/web/app/apple-icon.tsx b/apps/web/app/apple-icon.tsx new file mode 100644 index 0000000..0101bca --- /dev/null +++ b/apps/web/app/apple-icon.tsx @@ -0,0 +1,40 @@ +import { ImageResponse } from 'next/og'; + +export const size = { width: 180, height: 180 }; +export const contentType = 'image/png'; + +export default function AppleIcon() { + return new ImageResponse( + ( +
+ + BuildMyMCPServer + + +
+ ), + { ...size }, + ); +} diff --git a/apps/web/app/icon.svg b/apps/web/app/icon.svg new file mode 100644 index 0000000..a27a411 --- /dev/null +++ b/apps/web/app/icon.svg @@ -0,0 +1,4 @@ + + + +