Skip to content

Commit 15c7bf6

Browse files
authored
Update index.html to change favicon image url
1 parent 430c393 commit 15c7bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<meta property="og:site_name" content="Vue3 - fullcalendar app">
1313
<meta property="og:type" content="website">
1414
<meta property="og:description" content="This is a Vue 3 application that showcases usage of fullcalendar for tutorial purposes.">
15-
<meta property="og:image" content="https://yshgroup.github.io/vue3-fullcalendar-bootstrap/src/assets/calendar-204x192.png">
15+
<meta property="og:image" content="https://github.com/YSHgroup/vue3-fullcalendar-bootstrap/blob/main/src/assets/calendar-204x192.png">
1616
<meta property="og:url" content="https://yshgroup.github.io/vue3-fullcalendar-bootstrap/">
1717

1818
<meta name="twitter:card" content="summary_large_image">
1919
<meta name="twitter:title" content="Vue3 - fullcalendar app">
2020
<meta name="twitter:description" content="This is a Vue 3 application that showcases usage of fullcalendar for tutorial purposes.">
21-
<meta name="twitter:image" content="https://yshgroup.github.io/vue3-fullcalendar-bootstrap/src/assets/calendar-204x192.png">
21+
<meta name="twitter:image" content="https://github.com/YSHgroup/vue3-fullcalendar-bootstrap/blob/main/src/assets/calendar-204x192.png">
2222

2323
<meta name="robots" content="index, follow">
2424
<link rel="canonical" href="https://yshgroup.github.io/vue3-fullcalendar-bootstrap/">

0 commit comments

Comments
 (0)