diff --git a/public/gearfest.jpg b/public/gearfest.jpg new file mode 100644 index 0000000..2c3e1f4 Binary files /dev/null and b/public/gearfest.jpg differ diff --git a/public/gearfest.png b/public/gearfest.png deleted file mode 100644 index d79f947..0000000 Binary files a/public/gearfest.png and /dev/null differ diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index b78bec2..4b2e956 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -26,7 +26,7 @@ const { pageTitle = "GearFestival | Find your cocktail !" } = Astro.props; basic: { title: pageTitle, type: "website", - image: "/gearfest.png", + image: "/gearfest.jpg", }, }} twitter={{ @@ -34,7 +34,7 @@ const { pageTitle = "GearFestival | Find your cocktail !" } = Astro.props; title: pageTitle, description: "มาร่วมค้นหาค็อกเทลที่ตรงใจคุณกับงาน Gear Festival 2024 TU X CU ในวันที่ 2 กุมภาพันธ์ 2567 ติดตามรายละเอียดเพิ่มเติมได้ผ่านทาง IG: gearfestival_official", - image: "/gearfest.png", + image: "/gearfest.jpg", }} extend={{ link: [{ rel: "icon", href: "/favicon.png", type: "image/svg+xml" }],