Skip to content

Commit

Permalink
fix(seo): correct png url
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcol committed Nov 12, 2024
1 parent e4bcb85 commit 5037c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<!-- Facebook Meta Tags -->
<meta property="og:title" content="Web Extension Template">
<meta property="og:description" content="A simple Web Extension Template with vite.">
<meta property="og:image" content="https://github.com/dvcol/web-extension-template/screenshot.png">
<meta property="og:image" content="https://dvcol.github.io/web-extension-template/screenshot.png">
<meta property="og:url" content="https://dvcol.github.io/web-extension-template">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Web Extension Template">
<meta name="twitter:description" content="A simple Web Extension Template with vite.">
<meta name="twitter:image" content="https://github.com/dvcol/web-extension-template/screenshot.png">
<meta name="twitter:image" content="https://dvcol.github.io/web-extension-template/screenshot.png">

<meta name="twitter:creator" content="@Dinh_Van" />
<meta name="twitter:site" content="@Dinh_Van" />
Expand Down

0 comments on commit 5037c00

Please sign in to comment.