Skip to content

Commit e0ea60d

Browse files
committed
Fix OG image path.
1 parent 69e4b4d commit e0ea60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="article:author" content="Antoni André">
1616
<meta property="og:title" content="Vueper Slides - Documentation">
1717
<meta property="og:description" content="Vueper Slides is a Vue JS Slideshow / Carousel">
18-
<meta property="og:image" content="/images/vueperslides.jpg">
18+
<meta property="og:image" content="https://antoniandre.github.io/vueper-slides/images/vueperslides.jpg">
1919
<meta property="og:image:type" content="image/jpeg" />
2020
<meta property="og:image:width" content="958 " />
2121
<meta property="og:image:height" content="589" />

0 commit comments

Comments
 (0)