Skip to content

Commit 92d231d

Browse files
authored
fix(content): use a raster customer story sharing image (#7687)
1 parent b31651e commit 92d231d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/sim/content/customers/exp-realty/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: Bringing complex real estate operations into governed AI workflows
55
date: 2026-09-05
66
authors: [sim]
77
tags: [AI workflows, Real estate]
8-
ogImage: /landing/logos/exp-realty.svg
9-
ogAlt: eXp Realty
8+
ogImage: /landing/customers/exp-beach-house.jpg
9+
ogAlt: A modern beach house overlooking the ocean
1010
canonical: https://www.sim.ai/customers/exp-realty
1111
draft: true
1212
technical: false

apps/sim/lib/content/og-image.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const CRAWLER_SAFE_FORMATS = ['jpeg', 'png', 'webp', 'gif']
2222

2323
function collectOgImages(): { slug: string; ogImage: string }[] {
2424
const entries: { slug: string; ogImage: string }[] = []
25-
for (const dir of ['content/blog', 'content/library']) {
25+
for (const dir of ['content/blog', 'content/library', 'content/customers']) {
2626
if (!fs.existsSync(dir)) continue
2727
for (const slug of fs.readdirSync(dir)) {
2828
const mdxPath = path.join(dir, slug, 'index.mdx')

0 commit comments

Comments
 (0)