Skip to content

Commit d898925

Browse files
committed
Update Open Graph and Twitter image references in index.html to use raw GitHub content for improved accessibility. Add comment for future image URL switch when GitHub Pages is live.
1 parent 2ba2da7 commit d898925

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
content="Download Skiller from GitHub — one app to sync skills across your agents."
1414
/>
1515
<meta property="og:type" content="website" />
16+
<!-- OG image: raw.githubusercontent.com works without GitHub Pages. After Pages is live, you can switch to:
17+
https://beautyfree.github.io/skiller-skills-desktop-manager/images/og-skiller.png -->
1618
<meta
1719
property="og:image"
18-
content="https://beautyfree.github.io/skiller-skills-desktop-manager/images/og-skiller.png"
20+
content="https://raw.githubusercontent.com/beautyfree/skiller-skills-desktop-manager/main/docs/images/og-skiller.png"
1921
/>
2022
<meta property="og:image:width" content="1200" />
2123
<meta property="og:image:height" content="630" />
@@ -26,7 +28,7 @@
2628
<meta name="twitter:card" content="summary_large_image" />
2729
<meta
2830
name="twitter:image"
29-
content="https://beautyfree.github.io/skiller-skills-desktop-manager/images/og-skiller.png"
31+
content="https://raw.githubusercontent.com/beautyfree/skiller-skills-desktop-manager/main/docs/images/og-skiller.png"
3032
/>
3133
<title>Skiller — download</title>
3234
<link rel="preconnect" href="https://fonts.googleapis.com" />

0 commit comments

Comments
 (0)