mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix(share): metadata and popover close delay
This commit is contained in:
parent
b9b1e92788
commit
87b295bc3d
6 changed files with 6 additions and 2 deletions
|
|
@ -9,6 +9,8 @@ export default createHandler(() => (
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>OpenCode</title>
|
||||
<meta property="og:image" content="/social-share.png" />
|
||||
<meta property="twitter:image" content="/social-share.png" />
|
||||
{assets}
|
||||
</head>
|
||||
<body class="antialiased overscroll-none select-none text-12-regular">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue