mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 09:32:19 +00:00
enterprise: add default social card images to HTML head
- Add og:image and twitter:image meta tags to entry-server - Provide fallback social card image for pages without specific social cards
This commit is contained in:
parent
85c01e8694
commit
2d9c76baae
1 changed files with 0 additions and 2 deletions
|
|
@ -11,8 +11,6 @@ export default createHandler(() => (
|
|||
<title>OpenCode</title>
|
||||
<meta name="theme-color" content="#F8F7F7" />
|
||||
<meta name="theme-color" content="#131010" media="(prefers-color-scheme: dark)" />
|
||||
<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