diff --git a/bun.lockb b/bun.lockb index 668947e..337a0c1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b6ec02a..648dc50 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/tailwind": "5.1.1", - "astro": "4.15.11", - "tailwindcss": "^3.4.10" + "@astrojs/tailwind": "5.1.2", + "astro": "4.16.9", + "tailwindcss": "^3.4.14" } } \ No newline at end of file diff --git a/src/pages/en/index.astro b/src/pages/en/index.astro index cac4e05..cbabb88 100644 --- a/src/pages/en/index.astro +++ b/src/pages/en/index.astro @@ -12,7 +12,7 @@ import IconInstagram from "../../assets/instagram-logo.png"; import LogoBooking from "../../assets/logo-booking.svg"; import Layout from "../../layouts/Layout.astro"; -const optimizedBackgroundImage = await getImage({ src: HeroImage }); +const optimizedBackgroundImage = await getImage({ src: HeroImage, sizes: [] }); const logoImage = await getImage({ src: Logo }); // const reviews = [ @@ -63,7 +63,7 @@ const logoImage = await getImage({ src: Logo });