Skip to content

Commit

Permalink
feat(website): add banner (#95)
Browse files Browse the repository at this point in the history
* add banner

* add banner
  • Loading branch information
Aslemammad authored Jan 23, 2024
1 parent c9c89c0 commit 185d0ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added website/public/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions website/src/components/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ const { sections } = Astro.props;
content='Intuitive magical memoization library with Proxy and WeakMap'
/>
<title>Proxy Memoize</title>
<meta data-rh="true" property="og:title" content="Proxy Memoize">
<meta data-rh="true" name="twitter:card" content="summary_large_image">
<meta data-rh="true" property="og:image" content="/banner.png">
<meta data-rh="true" name="twitter:image" content="/banner.png">
</head>
<body>
<div
Expand Down

0 comments on commit 185d0ca

Please sign in to comment.