Skip to content

Commit

Permalink
Insert image size in meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
YSHgroup authored Jun 7, 2024
1 parent 8e8f740 commit f8aaf5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
<meta property="og:type" content="website">
<meta property="og:description" content="This is a Vue 3 application that showcases usage of fullcalendar for tutorial purposes.">
<meta property="og:image" content="https://raw.githubusercontent.com/YSHgroup/vue3-fullcalendar-bootstrap/main/src/assets/fullcalendar-first-page.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="600">
<meta property="og:image:alt" content="Fullcalendar screen" />
<meta property="og:url" content="https://yshgroup.github.io/vue3-fullcalendar-bootstrap/">
<meta itemprop="image" content="https://raw.githubusercontent.com/YSHgroup/vue3-fullcalendar-bootstrap/main/src/assets/fullcalendar-first-page.png?format=1500w">


<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Vue3 - fullcalendar app">
Expand Down

0 comments on commit f8aaf5e

Please sign in to comment.