diff --git a/docs/app/layout.tsx b/docs/app/layout.tsx index d93c7ed1..e7c16c6b 100644 --- a/docs/app/layout.tsx +++ b/docs/app/layout.tsx @@ -8,3 +8,12 @@ export default function Layout({ children }) { ) } + +export const metadata = { + title: 'Bunchee', + description: 'Zero-config bundler for npm packages', + openGraph: { + type: 'website', + url: 'https://github.com/huozhi/bunchee', + }, +}