Skip to content

Commit

Permalink
add banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Jan 22, 2024
1 parent c9c89c0 commit a3fb6ca
Show file tree
Hide file tree
Showing 3 changed files with 5 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
1 change: 1 addition & 0 deletions website/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />

Check failure on line 1 in website/src/env.d.ts

View workflow job for this annotation

GitHub Actions / test

Newline required at end of file but not found

Check failure on line 1 in website/src/env.d.ts

View workflow job for this annotation

GitHub Actions / test

Newline required at end of file but not found

0 comments on commit a3fb6ca

Please sign in to comment.