Skip to content

Commit

Permalink
🌍 common: update OG image and favicon URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayanTheNerd committed Feb 9, 2024
1 parent be93ab2 commit 5fa7785
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified og-img.webp
Binary file not shown.
3 changes: 1 addition & 2 deletions src/components/TheHead.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
const baseURL = import.meta.env.BASE_URL.slice(1);
const OGImgURL = 'https://github.com/raw/ShayanTheNerd/image-editor/main/og-img.webp';
---

Expand Down Expand Up @@ -31,5 +30,5 @@ const OGImgURL = 'https://github.com/raw/ShayanTheNerd/image-editor/m
<meta name="twitter:image" content={OGImgURL} />
<meta property="twitter:image:alt" content="Image Editor" />

<link rel="icon" href={`${baseURL}/favicon.ico`} />
<link rel="icon" href="/favicon.ico" />
</head>

0 comments on commit 5fa7785

Please sign in to comment.