Skip to content

Commit

Permalink
Update index html to insert some meta
Browse files Browse the repository at this point in the history
  • Loading branch information
YSHgroup committed May 31, 2024
1 parent f0fa485 commit 430c393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" >
<title>Calendar - Vue3</title>
<meta name="description" content="This is a Vue 3 application that showcases usage of fullcalendar for tutorial purposes.">
<meta name="keywords" content="vue, fullcalendar, tutorial, example, composition API">

<meta property="og:title" content="Vue3 - fullcalendar app">
<meta property="og:site_name" content="Vue3 - fullcalendar app">
<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://yshgroup.github.io/vue3-fullcalendar-bootstrap/src/assets/calendar-204x192.png">
<meta property="og:url" content="https://yshgroup.github.io/vue3-fullcalendar-bootstrap/">
Expand Down

0 comments on commit 430c393

Please sign in to comment.