diff --git a/README.md b/README.md index 3a2ef9f..767bc9f 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 05bf6b8..8af570b 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 28b2e0c..eee09e7 100644 --- a/src/utils/images.ts +++ b/src/utils/images.ts @@ -87,9 +87,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') {