@quintype/seo 1.49.3-article-image-array-schema.1 → 1.49.3-article-image-array-schema.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js
CHANGED
|
@@ -703,12 +703,6 @@ function generateArticleHeroImageData(image, publisherConfig = {}, imageMetadata
|
|
|
703
703
|
fit: "crop"
|
|
704
704
|
});
|
|
705
705
|
croppedImage = `${imageSrc}/${path}`;
|
|
706
|
-
console.log("focusedImage ----------->>>", {
|
|
707
|
-
hasFocusPoint,
|
|
708
|
-
focusedImage,
|
|
709
|
-
path,
|
|
710
|
-
croppedImage
|
|
711
|
-
});
|
|
712
706
|
}
|
|
713
707
|
const finalUrl = focusedImage ? croppedImage : imageUrl(publisherConfig, image, imageWidth, height);
|
|
714
708
|
return Object.assign({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quintype/seo",
|
|
3
|
-
"version": "1.49.3-article-image-array-schema.
|
|
3
|
+
"version": "1.49.3-article-image-array-schema.2",
|
|
4
4
|
"description": "SEO Modules for Quintype",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"repository": "https://github.com/quintype/quintype-node-seo",
|
|
@@ -153,12 +153,6 @@ function generateArticleHeroImageData(image, publisherConfig = {}, imageMetadata
|
|
|
153
153
|
fit: "crop",
|
|
154
154
|
});
|
|
155
155
|
croppedImage = `${imageSrc}/${path}`;
|
|
156
|
-
console.log("focusedImage ----------->>>", {
|
|
157
|
-
hasFocusPoint,
|
|
158
|
-
focusedImage,
|
|
159
|
-
path,
|
|
160
|
-
croppedImage,
|
|
161
|
-
});
|
|
162
156
|
}
|
|
163
157
|
const finalUrl = focusedImage ? croppedImage : imageUrl(publisherConfig, image, imageWidth, height);
|
|
164
158
|
return Object.assign(
|