diff options
| author | Jay V <[email protected]> | 2025-08-27 17:53:04 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-08-27 17:53:15 -0400 |
| commit | d984dbd8768d30f46e7206c86a202d7acb2c1bc3 (patch) | |
| tree | 8abdec3470ff9d6a1b52ffe62b82a99bc59ff0b2 /cloud/app/src | |
| parent | 2d794ed03d2baacf5da829dccc65047c08d7aa04 (diff) | |
| download | opencode-d984dbd8768d30f46e7206c86a202d7acb2c1bc3.tar.gz opencode-d984dbd8768d30f46e7206c86a202d7acb2c1bc3.zip | |
ignore: cloud
Diffstat (limited to 'cloud/app/src')
| -rw-r--r-- | cloud/app/src/entry-server.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cloud/app/src/entry-server.tsx b/cloud/app/src/entry-server.tsx index 4482a6fa4..d339031e5 100644 --- a/cloud/app/src/entry-server.tsx +++ b/cloud/app/src/entry-server.tsx @@ -8,7 +8,9 @@ export default createHandler(() => ( <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="icon" href="/favicon.ico" /> + <link rel="icon" href="/favicon.svg" /> + <meta property="og:image" content="/social-share.png" /> + <meta property="twitter:image" content="/social-share.png" /> {assets} </head> <body> |
