Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/sim/content/customers/exp-realty/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: Bringing complex real estate operations into governed AI workflows
date: 2026-09-05
authors: [sim]
tags: [AI workflows, Real estate]
ogImage: /landing/logos/exp-realty.svg
ogAlt: eXp Realty
ogImage: /landing/customers/exp-beach-house.jpg
ogAlt: A modern beach house overlooking the ocean
canonical: https://www.sim.ai/customers/exp-realty
draft: true
technical: false
Expand Down
2 changes: 1 addition & 1 deletion apps/sim/lib/content/og-image.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const CRAWLER_SAFE_FORMATS = ['jpeg', 'png', 'webp', 'gif']

function collectOgImages(): { slug: string; ogImage: string }[] {
const entries: { slug: string; ogImage: string }[] = []
for (const dir of ['content/blog', 'content/library']) {
for (const dir of ['content/blog', 'content/library', 'content/customers']) {
if (!fs.existsSync(dir)) continue
for (const slug of fs.readdirSync(dir)) {
const mdxPath = path.join(dir, slug, 'index.mdx')
Expand Down
Loading