fix: replace default OG image from logo to proper 1200x630 social media image

This commit is contained in:
Kunthawat Greethong
2026-07-02 14:58:04 +07:00
parent 2b423be1e4
commit 51c09c933d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 KiB

View File

@@ -8,7 +8,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString();
const { const {
title = 'MoreminiMore', title = 'MoreminiMore',
description = 'MoreminiMore ช่วย SME ดูข้อมูลจริงก่อนตัดสินใจทำเว็บ การตลาด AI หรือระบบอัตโนมัติ', description = 'MoreminiMore ช่วย SME ดูข้อมูลจริงก่อนตัดสินใจทำเว็บ การตลาด AI หรือระบบอัตโนมัติ',
image = '/images/logos/logo-long-black.png', image = '/images/og-default.png',
robotsMeta = 'index, follow', robotsMeta = 'index, follow',
} = Astro.props; } = Astro.props;