diff options
| author | Adam <[email protected]> | 2025-11-25 12:09:22 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-11-25 12:09:22 -0600 |
| commit | 87b295bc3d43c011ef96153439c4e3d64a9b0a88 (patch) | |
| tree | 28c05d97207e7f6eba3f0447ea2abc3f1e7ed195 /packages/desktop | |
| parent | b9b1e92788b40048d75eee33abb4b11b4ed034e7 (diff) | |
| download | opencode-87b295bc3d43c011ef96153439c4e3d64a9b0a88.tar.gz opencode-87b295bc3d43c011ef96153439c4e3d64a9b0a88.zip | |
fix(share): metadata and popover close delay
Diffstat (limited to 'packages/desktop')
| -rw-r--r-- | packages/desktop/index.html | 4 | ||||
| -rw-r--r-- | packages/desktop/public/social-share.png | bin | 0 -> 8923 bytes |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/desktop/index.html b/packages/desktop/index.html index a7ee5d5f6..57e10defa 100644 --- a/packages/desktop/index.html +++ b/packages/desktop/index.html @@ -3,13 +3,15 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>OpenCode</title> <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <link rel="manifest" href="/site.webmanifest" /> <meta name="theme-color" content="#000000" /> - <title>OpenCode</title> + <meta property="og:image" content="/social-share.png" /> + <meta property="twitter:image" content="/social-share.png" /> </head> <body class="antialiased overscroll-none select-none text-12-regular"> <script> diff --git a/packages/desktop/public/social-share.png b/packages/desktop/public/social-share.png Binary files differnew file mode 100644 index 000000000..92224f54c --- /dev/null +++ b/packages/desktop/public/social-share.png |
