diff --git a/public/images/og-default.png b/public/images/og-default.png new file mode 100644 index 0000000..9e3dc2a Binary files /dev/null and b/public/images/og-default.png differ diff --git a/src/components/PageShell.astro b/src/components/PageShell.astro index 263e207..504bd6c 100644 --- a/src/components/PageShell.astro +++ b/src/components/PageShell.astro @@ -8,7 +8,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString(); const { title = 'MoreminiMore', description = 'MoreminiMore ช่วย SME ดูข้อมูลจริงก่อนตัดสินใจทำเว็บ การตลาด AI หรือระบบอัตโนมัติ', - image = '/images/logos/logo-long-black.png', + image = '/images/og-default.png', robotsMeta = 'index, follow', } = Astro.props;