fix: replace default OG image from logo to proper 1200x630 social media image
This commit is contained in:
BIN
public/images/og-default.png
Normal file
BIN
public/images/og-default.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 563 KiB |
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user