feat: add OG image and complete meta tags

This commit is contained in:
ashim-hq
2026-04-23 17:31:17 +08:00
parent b307005469
commit 984aebc601
2 changed files with 21 additions and 0 deletions
+9
View File
@@ -16,12 +16,21 @@ export const metadata: Metadata = {
url: "https://snapotter.com",
siteName: "SnapOtter",
type: "website",
images: [
{
url: "/og-image.svg",
width: 1200,
height: 630,
alt: "SnapOtter — Self-Hosted Image Processing",
},
],
},
twitter: {
card: "summary_large_image",
title: "SnapOtter — Self-Hosted Image Processing",
description:
"50+ image processing tools with local AI. Runs 100% offline. No data leaves your network.",
images: ["/og-image.svg"],
},
};