Skip to content

Commit 39bf2f4

Browse files
fix: use full URL
1 parent 7cbadc5 commit 39bf2f4

File tree

1 file changed

+1
-1
lines changed
  • examples/python/servers/fastapi

1 file changed

+1
-1
lines changed

examples/python/servers/fastapi/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ async def health_check():
196196
<meta property="og:description" content="Pay for ACP jobs with x402 protocol on Virtuals Protocol">
197197
<meta property="og:site_name" content="Virtuals Protocol">
198198
<meta property="og:type" content="website">
199-
<meta property="og:image" content="/static/virtuals.png">
199+
<meta property="og:image" content="https://acp-x402.virtuals.io/static/virtuals.png">
200200
201201
<!-- Favicon (x402scan displays this as the resource icon) -->
202202
<link rel="icon" type="image/x-icon" href="/favicon.ico">

0 commit comments

Comments
 (0)