Skip to content

Commit 571825e

Browse files
committed
chore(dashboard): minor miniapp config updates
1 parent 1610980 commit 571825e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/apps/app-dashboard/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
<meta name="description" content="Delegation platform for user-owned automation. Create apps with delegated permissions or control permissions for existing applications." />
2828

2929
<!-- Farcaster Mini App -->
30-
<meta property="fc:miniapp" content='{"version":"1","imageUrl":"https://dashboard.heyvincent.ai/internal-logos/farcaster-embed-preview.png","button":{"title":"Open Vincent","action":{"type":"launch_frame","name":"launch"}}}' />
30+
<meta name="fc:miniapp" content='{"version":"1","imageUrl":"https://dashboard.heyvincent.ai/internal-logos/farcaster-embed-preview.png","button":{"title":"Open Vincent","action":{"type":"launch_miniapp","name":"Vincent","url":"https://dashboard.heyvincent.ai"}}}' />
31+
<meta name="fc:frame" content='{"version":"1","imageUrl":"https://dashboard.heyvincent.ai/internal-logos/farcaster-embed-preview.png","button":{"title":"Open Vincent","action":{"type":"launch_miniapp","name":"Vincent","url":"https://dashboard.heyvincent.ai"}}}' />
3132

3233
<!-- Open Graph / Facebook -->
3334
<meta property="og:type" content="website" />

packages/apps/app-dashboard/public/.well-known/farcaster.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"name": "Vincent",
1313
"homeUrl": "https://dashboard.heyvincent.ai",
1414
"iconUrl": "https://dashboard.heyvincent.ai/internal-logos/farcaster-v-logo.png",
15+
"imageUrl": "https://dashboard.heyvincent.ai/internal-logos/farcaster-embed-preview.png",
1516
"splashImageUrl": "https://dashboard.heyvincent.ai/internal-logos/splash-screen.png",
1617
"splashBackgroundColor": "#000000",
1718
"subtitle": "User-owned automation",

0 commit comments

Comments
 (0)