Skip to content

Commit 0568153

Browse files
committed
remove unused social photos
1 parent 34f21e9 commit 0568153

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

apps/sim/app/(landing)/components/structured-data.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,10 @@ export default function StructuredData() {
170170
'Scheduled workflows',
171171
'Event triggers',
172172
],
173-
// Screenshot using the social sharing image which exists
174173
screenshot: [
175174
{
176175
'@type': 'ImageObject',
177-
url: 'https://sim.ai/social/facebook.png',
176+
url: 'https://sim.ai/logo/426-240/primary/small.png',
178177
caption: 'Sim AI agent workflow builder interface',
179178
},
180179
],

apps/sim/app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ export const metadata: Metadata = {
2929
locale: 'en_US',
3030
images: [
3131
{
32-
url: '/social/facebook.png',
33-
width: 1200,
34-
height: 630,
32+
url: '/logo/426-240/primary/small.png',
33+
width: 2130,
34+
height: 1200,
3535
alt: 'Sim - AI Agent Workflow Builder',
3636
type: 'image/png',
3737
},
@@ -45,7 +45,7 @@ export const metadata: Metadata = {
4545
description:
4646
'Open-source platform for agentic workflows. 60,000+ developers. Visual builder. 100+ integrations. SOC2 & HIPAA compliant.',
4747
images: {
48-
url: '/social/twitter.png',
48+
url: '/logo/426-240/primary/small.png',
4949
alt: 'Sim - AI Agent Workflow Builder',
5050
},
5151
},

apps/sim/lib/branding/metadata.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ export function generateBrandedMetadata(override: Partial<Metadata> = {}): Metad
6767
siteName: brand.name,
6868
images: [
6969
{
70-
url: brand.logoUrl || '/social/facebook.png',
71-
width: 1200,
72-
height: 630,
70+
url: brand.logoUrl || '/logo/426-240/primary/small.png',
71+
width: 2130,
72+
height: 1200,
7373
alt: brand.name,
7474
},
7575
],
@@ -78,7 +78,7 @@ export function generateBrandedMetadata(override: Partial<Metadata> = {}): Metad
7878
card: 'summary_large_image',
7979
title: defaultTitle,
8080
description: summaryFull,
81-
images: [brand.logoUrl || '/social/twitter.png'],
81+
images: [brand.logoUrl || '/logo/426-240/primary/small.png'],
8282
creator: '@simdotai',
8383
site: '@simdotai',
8484
},
-325 KB
Binary file not shown.

apps/sim/public/social/twitter.png

-325 KB
Binary file not shown.

0 commit comments

Comments
 (0)