Skip to content

Commit 4f57c3c

Browse files
committed
Fix og image data
1 parent e1209d2 commit 4f57c3c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

web-demo/src/app.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@
1313

1414
<!-- Open Graph / Facebook -->
1515
<meta property="og:type" content="website" />
16+
<meta property="og:url" content="https://haptics.jmw.nz/" />
1617
<meta property="og:title" content="HapticWebPlugin - MX Master 4 Haptics API" />
1718
<meta property="og:description" content="A Logi Actions SDK plugin that exposes MX Master 4 haptic feedback via a local HTTP API, enabling external programs to trigger tactile waveforms." />
18-
<meta property="og:image" content="%sveltekit.assets%/og-image.png" />
19+
<meta property="og:image" content="https://haptics.jmw.nz/og-image.png" />
20+
<meta property="og:image:width" content="1200" />
21+
<meta property="og:image:height" content="630" />
1922

2023
<!-- Twitter -->
2124
<meta property="twitter:card" content="summary_large_image" />
2225
<meta property="twitter:title" content="HapticWebPlugin - MX Master 4 Haptics API" />
2326
<meta property="twitter:description" content="A Logi Actions SDK plugin that exposes MX Master 4 haptic feedback via a local HTTP API, enabling external programs to trigger tactile waveforms." />
24-
<meta property="twitter:image" content="%sveltekit.assets%/og-image.png" />
27+
<meta property="twitter:image" content="https://haptics.jmw.nz/og-image.png" />
2528

2629
<!-- LLM documentation -->
2730
<link rel="alternate" type="text/plain" title="LLM documentation" href="/llms.txt" />

0 commit comments

Comments
 (0)