Skip to content

Commit 8510431

Browse files
committed
feat: update branding images and metadata
- Removed the old branding image (CollabyDraw1.png) and added a new Open Graph image (og-image.png). - Updated metadata references to use the new image URL for improved SEO and social sharing.
1 parent 1ad6c09 commit 8510431

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

-40.3 KB
Binary file not shown.
294 KB
Loading

apps/collabydraw/utils/metadata.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ export const baseMetadata: Metadata = {
4848
siteName: "Collabydraw",
4949
images: [
5050
{
51-
url: "https://collabydraw.xyz/brand/CollabyDraw1.png",
52-
width: 1349,
53-
height: 767,
51+
url: "https://collabydraw.xyz/brand/og-image.png",
52+
width: 1200,
53+
height: 630,
5454
alt: "Collabydraw - Collaborative Drawing Tool UI",
55-
secureUrl: "https://collabydraw.xyz/brand/CollabyDraw1.png",
55+
type: "image/png",
56+
secureUrl: "https://collabydraw.xyz/brand/og-image.png",
5657
},
5758
],
5859
},
@@ -63,7 +64,7 @@ export const baseMetadata: Metadata = {
6364
description:
6465
"Collabydraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them. End-to-end encrypted and privacy-focused.",
6566
creator: "@1omsharma",
66-
images: ["https://collabydraw.xyz/brand/CollabyDraw1.png"],
67+
images: ["https://collabydraw.xyz/brand/og-image.png"],
6768
},
6869

6970
robots: {
@@ -147,7 +148,7 @@ export const jsonLdSchemas = {
147148
"Rough.js support",
148149
"Perfect-freehand support",
149150
],
150-
screenshot: "https://collabydraw.xyz/brand/CollabyDraw1.png",
151+
screenshot: "https://collabydraw.xyz/brand/og-image.png",
151152
},
152153

153154
// Organization Schema

0 commit comments

Comments
 (0)