Skip to content

Commit 81f48ca

Browse files
committed
Update Open Graph image URLs in HTML files for consistent asset loading
1 parent 7b7c63e commit 81f48ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<meta property="og:title" content="simplyCountdown.js - A Tiny Javascript Countdown Library">
1717
<meta property="og:description" content="A dead simple and lightweight countdown library for your web projects">
18-
<meta property="og:image" content="./images/simplycountdown_web.png">
18+
<meta property="og:image" content="https://vincentloy.github.io/simplyCountdown.js/images/simplycountdown_web.png">
1919
<meta property="og:type" content="website">
2020
<meta property="og:url" content="https://vincentloy.github.io/simplyCountdown.js/">
2121
<meta name="twitter:card" content="summary_large_image">

docs/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<meta property="og:title" content="simplyCountdown.js - A Tiny Javascript Countdown Library">
1717
<meta property="og:description" content="A dead simple and lightweight countdown library for your web projects">
18-
<meta property="og:image" content="./images/simplycountdown_web.png">
18+
<meta property="og:image" content="https://vincentloy.github.io/simplyCountdown.js/images/simplycountdown_web.png">
1919
<meta property="og:type" content="website">
2020
<meta property="og:url" content="https://vincentloy.github.io/simplyCountdown.js/">
2121
<meta name="twitter:card" content="summary_large_image">

0 commit comments

Comments
 (0)