Skip to content

Commit

Permalink
docs: add metadata to website
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Dec 7, 2024
1 parent c4fc77d commit 728f244
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ export default function Layout({ children }) {
</html>
)
}

export const metadata = {
title: 'Bunchee',
description: 'Zero-config bundler for npm packages',
openGraph: {
type: 'website',
url: 'https://github.com/huozhi/bunchee',
},
}

0 comments on commit 728f244

Please sign in to comment.