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:
Dax Raad
2025-12-11 01:02:31 -05:00
parent 85c01e8694
commit 2d9c76baae

View File

@@ -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">