diff --git a/README.md b/README.md
index 32ed8ff..d25b127 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,6 @@ We're embarking on an exciting journey with **AstroWind 2.0**, and we want you t
-
## TL;DR
```shell
diff --git a/src/pages/homes/saas.astro b/src/pages/homes/saas.astro
index 14ca203..8291b46 100644
--- a/src/pages/homes/saas.astro
+++ b/src/pages/homes/saas.astro
@@ -51,9 +51,8 @@ const metadata = {
}}
>
- Simplify web design with Astrowind:
your ultimate SaaS companion
+ Simplify web design with Astrowind:
your ultimate SaaS companion
diff --git a/src/utils/images.ts b/src/utils/images.ts
index d6f14f0..a33584e 100644
--- a/src/utils/images.ts
+++ b/src/utils/images.ts
@@ -84,9 +84,7 @@ export const adaptOpenGraphImages = async (
typeof resolvedImage !== 'string' && resolvedImage?.width <= defaultWidth
? [resolvedImage?.width, resolvedImage?.height]
: [defaultWidth, defaultHeight];
- _image = (
- await astroAssetsOptimizer(resolvedImage, [dimensions[0]], dimensions[0], dimensions[1], 'jpg')
- )[0];
+ _image = (await astroAssetsOptimizer(resolvedImage, [dimensions[0]], dimensions[0], dimensions[1], 'jpg'))[0];
}
if (typeof _image === 'object') {