Skip to content

Commit

Permalink
fix(seo): png -> jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
shalluv committed Feb 3, 2024
1 parent d518bef commit f224819
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added public/gearfest.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/gearfest.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ const { pageTitle = "GearFestival | Find your cocktail !" } = Astro.props;
basic: {
title: pageTitle,
type: "website",
image: "/gearfest.png",
image: "/gearfest.jpg",
},
}}
twitter={{
card: "summary_large_image",
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" }],
Expand Down

0 comments on commit f224819

Please sign in to comment.