diff --git a/apps/web/public/apple-touch-icon.svg b/apps/web/public/apple-touch-icon.svg new file mode 100644 index 0000000..2859dd7 --- /dev/null +++ b/apps/web/public/apple-touch-icon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/apps/web/public/favicon.svg b/apps/web/public/favicon.svg new file mode 100644 index 0000000..9bc9d0a --- /dev/null +++ b/apps/web/public/favicon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/apps/web/public/og-image.png b/apps/web/public/og-image.png new file mode 100644 index 0000000..5f50ba4 Binary files /dev/null and b/apps/web/public/og-image.png differ diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx index 61fc960..827affb 100644 --- a/apps/web/src/app/layout.tsx +++ b/apps/web/src/app/layout.tsx @@ -26,6 +26,13 @@ export const metadata: Metadata = { }, description: 'The registry for AI tools. Discover, share, and integrate tools that give your agents superpowers.', + icons: { + icon: [ + { url: '/favicon.svg', type: 'image/svg+xml' }, + { url: '/favicon.ico', sizes: 'any' }, + ], + apple: '/apple-touch-icon.svg', + }, keywords: [ 'AI tools', 'AI agents',